Html Css Color HEX #6D6644 Crocodile

📋 copy color: '#6D6644'

red 109 ◦ green 102 ◦ blue 68

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

Shades of Crocodile #6D6644

Tints of Crocodile #6D6644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.37%

R = 39.07%
G = 36.56%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.57

RGB Variations

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

Color information

#6D6644 (or 0x6D6644) is known color: Crocodile. HEX triplet: 6D, 66 and 44. RGB value is (109,102,68). Sum of RGB (Red+Green+Blue) = 109+102+68=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6644 is #9299BB. Grayscale: #646464. Windows color (decimal): -9607612 or 4482669. OLE color: 4482669.

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

Color convert

RGB 109 102 68 -
CMYK 0 0.06 0.38 0.57
HSL 49.76º 0.23% 0.35% -
HSV(B) 49.76º 0.38% 0.43% -
XYZ 12.1 13.17 7.37 -
YUV 100.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 109 102 68 0 0.06 0.38 0.57 49.76 0.23 0.35
Hex 6D 66 44 0 6 26 39 32 17 23
Octal 155 146 104 0 6 46 71 62 27 43
Binary 1101101 1100110 1000100 0 110 100110 111001 110010 10111 100011

Color Harmonies of #6D6644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6644

Black with #6D6644

Text Example


Text Example

White with #6D6644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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