Html Css Color HEX #6C6649 Crocodile

📋 copy color: '#6C6649'

red 108 ◦ green 102 ◦ blue 73

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

Shades of Crocodile #6C6649

Tints of Crocodile #6C6649

RGB

 RED value IS 108 (42.58% from 255) = 38.16%

 GREEN value IS 102 (40.23% from 255) = 36.04%

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

R = 38.16%
G = 36.04%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6C6649 (or 0x6C6649) is known color: Crocodile. HEX triplet: 6C, 66 and 49. RGB value is (108,102,73). Sum of RGB (Red+Green+Blue) = 108+102+73=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6649 is #9399B6. Grayscale: #646464. Windows color (decimal): -9673143 or 4810348. OLE color: 4810348.

HSL color Cylindrical-coordinate representation of color #6C6649: hue angle of 49.71º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C6649 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 102 73 -
CMYK 0 0.06 0.32 0.58
HSL 49.71º 0.19% 0.35% -
HSV(B) 49.71º 0.32% 0.42% -
XYZ 12.14 13.17 8.21 -
YUV 100.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 108 102 73 0 0.06 0.32 0.58 49.71 0.19 0.35
Hex 6C 66 49 0 6 20 3A 32 13 23
Octal 154 146 111 0 6 40 72 62 23 43
Binary 1101100 1100110 1001001 0 110 100000 111010 110010 10011 100011

Color Harmonies of #6C6649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6649

Black with #6C6649

Text Example


Text Example

White with #6C6649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,102,73); }

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

background-color css

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

 a { background-color: rgb(108,102,73); }

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

border-color css

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

 span { border-color: rgb(108,102,73); }

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