#68644E

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

Shades of Crocodile #68644E

Tints of Crocodile #68644E

Color information

#68644E (or 0x68644E) is unknown color: approx Crocodile. HEX triplet: 68, 64 and 4E. RGB value is (104,100,78). Sum of RGB (Red+Green+Blue) = 104+100+78=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #68644E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68644E is #979BB1. Grayscale: #626262. Windows color (decimal): -9935794 or 5137512. OLE color: 5137512.

HSL color Cylindrical-coordinate representation of color #68644E: hue angle of 50.77º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68644E is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB10410078-
CMYK00.040.250.59
HSL50.77º14.29%35.69%-
HSV(B)50.77º25%40.78%-
XYZ11.6412.619.03-
YUV98.69116.33131.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=36.88%
G=35.46%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041007800.040.250.5950.7714.2935.69
Hex68644E04193B33e24
Octal150144116043173631644
Binary1101000110010010011100100110011110111100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68644E; }

 p { color: rgb(104,100,78); }

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

<style>
 a { background-color: #68644E; }

 a { background-color: rgb(104,100,78); }

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

<style>
 span { border-color: #68644E; }

 span { border-color: rgb(104,100,78); }

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