#68634C

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

Shades of Crocodile #68634C

Tints of Crocodile #68634C

Color information

#68634C (or 0x68634C) is unknown color: approx Crocodile. HEX triplet: 68, 63 and 4C. RGB value is (104,99,76). Sum of RGB (Red+Green+Blue) = 104+99+76=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #68634C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68634C is #979CB3. Grayscale: #616161. Windows color (decimal): -9936052 or 5006184. OLE color: 5006184.

HSL color Cylindrical-coordinate representation of color #68634C: hue angle of 49.29º 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 #68634C is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1049976-
CMYK00.050.270.59
HSL49.29º15.56%35.29%-
HSV(B)49.29º26.92%40.78%-
XYZ11.4812.398.62-
YUV97.87115.66132.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=37.28%
G=35.48%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104997600.050.270.5949.2915.5635.29
Hex68634C051B3B311023
Octal150143114053373612043
Binary11010001100011100110001011101111101111000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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