#68634D

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

Shades of Crocodile #68634D

Tints of Crocodile #68634D

Color information

#68634D (or 0x68634D) is unknown color: approx Crocodile. HEX triplet: 68, 63 and 4D. RGB value is (104,99,77). Sum of RGB (Red+Green+Blue) = 104+99+77=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #68634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68634D is #979CB2. Grayscale: #626262. Windows color (decimal): -9936051 or 5071720. OLE color: 5071720.

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

Color convert

RGB1049977-
CMYK00.050.260.59
HSL48.89º14.92%35.49%-
HSV(B)48.89º25.96%40.78%-
XYZ11.5112.48.81-
YUV97.99116.16132.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 77 (30.47% from 255) = 27.5%
R=37.14%
G=35.36%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104997700.050.260.5948.8914.9235.49
Hex68634D051A3B31f23
Octal150143115053273611743
Binary1101000110001110011010101110101110111100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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