#68624D

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

Shades of Crocodile #68624D

Tints of Crocodile #68624D

Color information

#68624D (or 0x68624D) is unknown color: approx Crocodile. HEX triplet: 68, 62 and 4D. RGB value is (104,98,77). Sum of RGB (Red+Green+Blue) = 104+98+77=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #68624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68624D is #979DB2. Grayscale: #616161. Windows color (decimal): -9936307 or 5071464. OLE color: 5071464.

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

Color convert

RGB1049877-
CMYK00.060.260.59
HSL46.67º14.92%35.49%-
HSV(B)46.67º25.96%40.78%-
XYZ11.4212.218.78-
YUV97.4116.49132.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=37.28%
G=35.13%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104987700.060.260.5946.6714.9235.49
Hex68624D061A3B2ff23
Octal150142115063273571743
Binary1101000110001010011010110110101110111011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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