#68634E

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

Shades of Crocodile #68634E

Tints of Crocodile #68634E

Color information

#68634E (or 0x68634E) is unknown color: approx Crocodile. HEX triplet: 68, 63 and 4E. RGB value is (104,99,78). Sum of RGB (Red+Green+Blue) = 104+99+78=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #68634E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68634E is #979CB1. Grayscale: #626262. Windows color (decimal): -9936050 or 5137256. OLE color: 5137256.

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

Color convert

RGB1049978-
CMYK00.050.250.59
HSL48.46º14.29%35.69%-
HSV(B)48.46º25%40.78%-
XYZ11.5512.429-
YUV98.1116.66132.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 78 (30.86% from 255) = 27.76%
R=37.01%
G=35.23%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104997800.050.250.5948.4614.2935.69
Hex68634E05193B30e24
Octal150143116053173601644
Binary1101000110001110011100101110011110111100001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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