#06561F

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

Shades of Crusoe #06561F

Tints of Crusoe #06561F

Color information

#06561F (or 0x06561F) is unknown color: approx Crusoe. HEX triplet: 06, 56 and 1F. RGB value is (6,86,31). Sum of RGB (Red+Green+Blue) = 6+86+31=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 86 (33.98% from 255 or 69.92% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 86 - color contains mainly: green. Hex color #06561F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06561F is #F9A9E0. Grayscale: #373737. Windows color (decimal): -16361953 or 2053638. OLE color: 2053638.

HSL color Cylindrical-coordinate representation of color #06561F: hue angle of 138.75º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06561F is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB68631-
CMYK0.9300.640.66
HSL138.75º86.96%18.04%-
HSV(B)138.75º93.02%33.73%-
XYZ3.656.792.42-
YUV55.8111492.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 86 (33.98% from 255) = 69.92%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=4.88%
G=69.92%
B=25.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal686310.9300.640.66138.7586.9618.04
Hex6561F5D040428b5712
Octal612637135010010221312722
Binary110101011011111101110101000000100001010001011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06561F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06561F; }

 p { color: rgb(6,86,31); }

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

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

 a { background-color: rgb(6,86,31); }

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

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

 span { border-color: rgb(6,86,31); }

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