#68644F

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

Shades of Crocodile #68644F

Tints of Crocodile #68644F

Color information

#68644F (or 0x68644F) is unknown color: approx Crocodile. HEX triplet: 68, 64 and 4F. RGB value is (104,100,79). Sum of RGB (Red+Green+Blue) = 104+100+79=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #68644F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68644F is #979BB0. Grayscale: #626262. Windows color (decimal): -9935793 or 5203048. OLE color: 5203048.

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

Color convert

RGB10410079-
CMYK00.040.240.59
HSL50.4º13.66%35.88%-
HSV(B)50.4º24.04%40.78%-
XYZ11.6812.629.22-
YUV98.8116.83131.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 100 (39.45% from 255) = 35.34%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=36.75%
G=35.34%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041007900.040.240.5950.413.6635.88
Hex68644F04183B32e24
Octal150144117043073621644
Binary1101000110010010011110100110001110111100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68644F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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