#6F674A

Color #6F674A Crocodile (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crocodile #6F674A

Tints of Crocodile #6F674A

Color information

#6F674A (or 0x6F674A) is unknown color: approx Crocodile. HEX triplet: 6F, 67 and 4A. RGB value is (111,103,74). Sum of RGB (Red+Green+Blue) = 111+103+74=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F674A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F674A is #9098B5. Grayscale: #666666. Windows color (decimal): -9476278 or 4876143. OLE color: 4876143.

HSL color Cylindrical-coordinate representation of color #6F674A: hue angle of 47.03º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F674A is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB11110374-
CMYK00.070.330.56
HSL47.03º20%36.27%-
HSV(B)47.03º33.33%43.53%-
XYZ12.6413.578.43-
YUV102.09112.15134.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=38.54%
G=35.76%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111037400.070.330.5647.032036.27
Hex6F674A0721382f1424
Octal157147112074170572444
Binary110111111001111001010011110000111100010111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F674A; }

 p { color: rgb(111,103,74); }

 H1.HeaderClassName
 {
   color: #6F674A;
 }
 .AnyTagClassName
 {
   color: #6F674A;
 }
</style>
background-color css

<style>
 a { background-color: #6F674A; }

 a { background-color: rgb(111,103,74); }

 div.DivClassName
 {
   background-color: #6F674A;
 }
 .BgClassName
 {
   background-color: #6F674A;
 }
</style>
border-color css

<style>
 span { border-color: #6F674A; }

 span { border-color: rgb(111,103,74); }

 td.TdClassName
 {
   border-color: #6F674A;
 }
 .TagClassName
 {
   border-color: #6F674A;
 }
</style>