#68624C

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

Shades of Crocodile #68624C

Tints of Crocodile #68624C

Color information

#68624C (or 0x68624C) is unknown color: approx Crocodile. HEX triplet: 68, 62 and 4C. RGB value is (104,98,76). Sum of RGB (Red+Green+Blue) = 104+98+76=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #68624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68624C is #979DB3. Grayscale: #616161. Windows color (decimal): -9936308 or 5005928. OLE color: 5005928.

HSL color Cylindrical-coordinate representation of color #68624C: hue angle of 47.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68624C is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1049876-
CMYK00.060.270.59
HSL47.14º15.56%35.29%-
HSV(B)47.14º26.92%40.78%-
XYZ11.3812.28.59-
YUV97.29115.99132.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 76 (30.08% from 255) = 27.34%
R=37.41%
G=35.25%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104987600.060.270.5947.1415.5635.29
Hex68624C061B3B2f1023
Octal150142114063373572043
Binary11010001100010100110001101101111101110111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68624C; }

 p { color: rgb(104,98,76); }

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

<style>
 a { background-color: #68624C; }

 a { background-color: rgb(104,98,76); }

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

<style>
 span { border-color: #68624C; }

 span { border-color: rgb(104,98,76); }

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