Html Css Color HEX #6F6A49 Crocodile

📋 copy color: '#6F6A49'

red 111 ◦ green 106 ◦ blue 73

#6F6A49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crocodile #6F6A49

Tints of Crocodile #6F6A49

RGB

 RED value IS 111 (43.75% from 255) = 38.28%

 GREEN value IS 106 (41.8% from 255) = 36.55%

 BLUE value IS 73 (28.91% from 255) = 25.17%

R = 38.28%
G = 36.55%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#6F6A49 (or 0x6F6A49) is known color: Crocodile. HEX triplet: 6F, 6A and 49. RGB value is (111,106,73). Sum of RGB (Red+Green+Blue) = 111+106+73=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6A49 is #9095B6. Grayscale: #676767. Windows color (decimal): -9475511 or 4811375. OLE color: 4811375.

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

Color convert

RGB 111 106 73 -
CMYK 0 0.05 0.34 0.56
HSL 52.11º 0.21% 0.36% -
HSV(B) 52.11º 0.34% 0.44% -
XYZ 12.91 14.17 8.36 -
YUV 103.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 111 106 73 0 0.05 0.34 0.56 52.11 0.21 0.36
Hex 6F 6A 49 0 5 22 38 34 15 24
Octal 157 152 111 0 5 42 70 64 25 44
Binary 1101111 1101010 1001001 0 101 100010 111000 110100 10101 100100

Color Harmonies of #6F6A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6A49

Black with #6F6A49

Text Example


Text Example

White with #6F6A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,106,73); }

 H1.HeaderClassName
 {
   color: #6F6A49;
 }
 .AnyTagClassName
 {
   color: #6F6A49;
 }
</style>

background-color css

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

 a { background-color: rgb(111,106,73); }

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

border-color css

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

 span { border-color: rgb(111,106,73); }

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