#06561A

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

Shades of Crusoe #06561A

Tints of Crusoe #06561A

Color information

#06561A (or 0x06561A) is unknown color: approx Crusoe. HEX triplet: 06, 56 and 1A. RGB value is (6,86,26). Sum of RGB (Red+Green+Blue) = 6+86+26=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 86 (33.98% from 255 or 72.88% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 86 - color contains mainly: green. Hex color #06561A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06561A is #F9A9E5. Grayscale: #373737. Windows color (decimal): -16361958 or 1725958. OLE color: 1725958.

HSL color Cylindrical-coordinate representation of color #06561A: hue angle of 135º 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 #06561A is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB68626-
CMYK0.9300.700.66
HSL135º86.96%18.04%-
HSV(B)135º93.02%33.73%-
XYZ3.596.772.09-
YUV55.24111.592.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 86 (33.98% from 255) = 72.88%
BLUE value IS 26 (10.55% from 255) = 22.03%
R=5.08%
G=72.88%
B=22.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal686260.9300.700.6613586.9618.04
Hex6561A5D04642875712
Octal612632135010610220712722
Binary110101011011010101110101000110100001010000111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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