#686247

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

Shades of Crocodile #686247

Tints of Crocodile #686247

Color information

#686247 (or 0x686247) is unknown color: approx Crocodile. HEX triplet: 68, 62 and 47. RGB value is (104,98,71). Sum of RGB (Red+Green+Blue) = 104+98+71=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #686247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686247 is #979DB8. Grayscale: #606060. Windows color (decimal): -9936313 or 4678248. OLE color: 4678248.

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

Color convert

RGB1049871-
CMYK00.060.320.59
HSL49.09º18.86%34.31%-
HSV(B)49.09º31.73%40.78%-
XYZ11.2112.137.71-
YUV96.72113.49133.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 71 (28.12% from 255) = 26.01%
R=38.10%
G=35.90%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104987100.060.320.5949.0918.8634.31
Hex68624706203B311322
Octal150142107064073612342
Binary110100011000101000111011010000011101111000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686247; }

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

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

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

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

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

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

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

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