#68634B

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

Shades of Crocodile #68634B

Tints of Crocodile #68634B

Color information

#68634B (or 0x68634B) is unknown color: approx Crocodile. HEX triplet: 68, 63 and 4B. RGB value is (104,99,75). Sum of RGB (Red+Green+Blue) = 104+99+75=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #68634B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68634B is #979CB4. Grayscale: #616161. Windows color (decimal): -9936053 or 4940648. OLE color: 4940648.

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

Color convert

RGB1049975-
CMYK00.050.280.59
HSL49.66º16.2%35.1%-
HSV(B)49.66º27.88%40.78%-
XYZ11.4412.378.44-
YUV97.76115.16132.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=37.41%
G=35.61%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104997500.050.280.5949.6616.235.1
Hex68634B051C3B321023
Octal150143113053473622043
Binary11010001100011100101101011110011101111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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