#686250

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

Shades of Crocodile #686250

Tints of Crocodile #686250

Color information

#686250 (or 0x686250) is unknown color: approx Crocodile. HEX triplet: 68, 62 and 50. RGB value is (104,98,80). Sum of RGB (Red+Green+Blue) = 104+98+80=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #686250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686250 is #979DAF. Grayscale: #616161. Windows color (decimal): -9936304 or 5268072. OLE color: 5268072.

HSL color Cylindrical-coordinate representation of color #686250: hue angle of 45º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #686250 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB1049880-
CMYK00.060.230.59
HSL45º13.04%36.08%-
HSV(B)45º23.08%40.78%-
XYZ11.5212.269.35-
YUV97.74117.99132.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=36.88%
G=34.75%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104988000.060.230.594513.0436.08
Hex68625006173B2dd24
Octal150142120062773551544
Binary1101000110001010100000110101111110111011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686250; }

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

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

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

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

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

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

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

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