#686248

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

Shades of Crocodile #686248

Tints of Crocodile #686248

Color information

#686248 (or 0x686248) is unknown color: approx Crocodile. HEX triplet: 68, 62 and 48. RGB value is (104,98,72). Sum of RGB (Red+Green+Blue) = 104+98+72=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #686248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686248 is #979DB7. Grayscale: #606060. Windows color (decimal): -9936312 or 4743784. OLE color: 4743784.

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

Color convert

RGB1049872-
CMYK00.060.310.59
HSL48.75º18.18%34.51%-
HSV(B)48.75º30.77%40.78%-
XYZ11.2512.157.88-
YUV96.83113.99133.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=37.96%
G=35.77%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104987200.060.310.5948.7518.1834.51
Hex686248061F3B311223
Octal150142110063773612243
Binary11010001100010100100001101111111101111000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686248; }

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

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

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

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

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

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

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

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