Html Css Color HEX #6D6954 Crocodile

📋 copy color: '#6D6954'

red 109 ◦ green 105 ◦ blue 84

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

Shades of Crocodile #6D6954

Tints of Crocodile #6D6954

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.23%

 BLUE value IS 84 (33.2% from 255) = 28.19%

R = 36.58%
G = 35.23%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.57

RGB Variations

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

Color information

#6D6954 (or 0x6D6954) is known color: Crocodile. HEX triplet: 6D, 69 and 54. RGB value is (109,105,84). Sum of RGB (Red+Green+Blue) = 109+105+84=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6954 is #9296AB. Grayscale: #676767. Windows color (decimal): -9606828 or 5532013. OLE color: 5532013.

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

Color convert

RGB 109 105 84 -
CMYK 0 0.04 0.23 0.57
HSL 50.4º 0.13% 0.38% -
HSV(B) 50.4º 0.23% 0.43% -
XYZ 12.96 13.99 10.41 -
YUV 103.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 109 105 84 0 0.04 0.23 0.57 50.4 0.13 0.38
Hex 6D 69 54 0 4 17 39 32 D 26
Octal 155 151 124 0 4 27 71 62 15 46
Binary 1101101 1101001 1010100 0 100 10111 111001 110010 1101 100110

Color Harmonies of #6D6954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6954

Black with #6D6954

Text Example


Text Example

White with #6D6954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,105,84); }

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

background-color css

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

 a { background-color: rgb(109,105,84); }

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

border-color css

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

 span { border-color: rgb(109,105,84); }

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