#6D694D

Color #6D694D Crocodile (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crocodile #6D694D

Tints of Crocodile #6D694D

Color information

#6D694D (or 0x6D694D) is unknown color: approx Crocodile. HEX triplet: 6D, 69 and 4D. RGB value is (109,105,77). Sum of RGB (Red+Green+Blue) = 109+105+77=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D694D is #9296B2. Grayscale: #676767. Windows color (decimal): -9606835 or 5073261. OLE color: 5073261.

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

Color convert

RGB10910577-
CMYK00.040.290.57
HSL52.5º17.2%36.47%-
HSV(B)52.5º29.36%42.75%-
XYZ12.713.899.03-
YUV103113.33132.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.46%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 77 (30.47% from 255) = 26.46%
R=37.46%
G=36.08%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091057700.040.290.5752.517.236.47
Hex6D694D041D39341124
Octal155151115043571642144
Binary11011011101001100110101001110111100111010010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D694D;
 }
 .AnyTagClassName
 {
   color: #6D694D;
 }
</style>
background-color css

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

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

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

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

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

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