#06561D

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

Shades of Crusoe #06561D

Tints of Crusoe #06561D

Color information

#06561D (or 0x06561D) is unknown color: approx Crusoe. HEX triplet: 06, 56 and 1D. RGB value is (6,86,29). Sum of RGB (Red+Green+Blue) = 6+86+29=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 86 (33.98% from 255 or 71.07% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 86 - color contains mainly: green. Hex color #06561D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06561D is #F9A9E2. Grayscale: #373737. Windows color (decimal): -16361955 or 1922566. OLE color: 1922566.

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

Color convert

RGB68629-
CMYK0.9300.660.66
HSL137.25º86.96%18.04%-
HSV(B)137.25º93.02%33.73%-
XYZ3.626.782.28-
YUV55.5811392.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 86 (33.98% from 255) = 71.07%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=4.96%
G=71.07%
B=23.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal686290.9300.660.66137.2586.9618.04
Hex6561D5D04242895712
Octal612635135010210221112722
Binary110101011011101101110101000010100001010001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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