Html Css Color HEX #6D6648 Crocodile

📋 copy color: '#6D6648'

red 109 ◦ green 102 ◦ blue 72

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

Shades of Crocodile #6D6648

Tints of Crocodile #6D6648

RGB

 RED value IS 109 (42.97% from 255) = 38.52%

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

 BLUE value IS 72 (28.52% from 255) = 25.44%

R = 38.52%
G = 36.04%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D6648 (or 0x6D6648) is known color: Crocodile. HEX triplet: 6D, 66 and 48. RGB value is (109,102,72). Sum of RGB (Red+Green+Blue) = 109+102+72=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6648 is #9299B7. Grayscale: #646464. Windows color (decimal): -9607608 or 4744813. OLE color: 4744813.

HSL color Cylindrical-coordinate representation of color #6D6648: hue angle of 48.65º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D6648 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 102 72 -
CMYK 0 0.06 0.34 0.57
HSL 48.65º 0.2% 0.35% -
HSV(B) 48.65º 0.34% 0.43% -
XYZ 12.23 13.22 8.04 -
YUV 100.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 109 102 72 0 0.06 0.34 0.57 48.65 0.2 0.35
Hex 6D 66 48 0 6 22 39 31 14 23
Octal 155 146 110 0 6 42 71 61 24 43
Binary 1101101 1100110 1001000 0 110 100010 111001 110001 10100 100011

Color Harmonies of #6D6648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6648

Black with #6D6648

Text Example


Text Example

White with #6D6648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,102,72); }

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

background-color css

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

 a { background-color: rgb(109,102,72); }

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

border-color css

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

 span { border-color: rgb(109,102,72); }

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