#6E694D

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

Shades of Crocodile #6E694D

Tints of Crocodile #6E694D

Color information

#6E694D (or 0x6E694D) is unknown color: approx Crocodile. HEX triplet: 6E, 69 and 4D. RGB value is (110,105,77). Sum of RGB (Red+Green+Blue) = 110+105+77=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 110 - color contains mainly: red. Hex color #6E694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E694D is #9196B2. Grayscale: #676767. Windows color (decimal): -9541299 or 5073262. OLE color: 5073262.

HSL color Cylindrical-coordinate representation of color #6E694D: hue angle of 50.91º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E694D is Cyan = 0, Magento = 0.05, Yellow = 0.3 and Black (K on CMYK) = 0.57.

Color convert

RGB11010577-
CMYK00.050.30.57
HSL50.91º17.65%36.67%-
HSV(B)50.91º30%43.14%-
XYZ12.8213.959.04-
YUV103.3113.16132.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.67%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=37.67%
G=35.96%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.3
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101057700.050.30.5750.9117.6536.67
Hex6E694D051E39331225
Octal156151115053671632245
Binary11011101101001100110101011111011100111001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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