#06511A

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

Shades of Crusoe #06511A

Tints of Crusoe #06511A

Color information

#06511A (or 0x06511A) is unknown color: approx Crusoe. HEX triplet: 06, 51 and 1A. RGB value is (6,81,26). Sum of RGB (Red+Green+Blue) = 6+81+26=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 81 (32.03% from 255 or 71.68% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 81 - color contains mainly: green. Hex color #06511A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06511A is #F9AEE5. Grayscale: #343434. Windows color (decimal): -16363238 or 1724678. OLE color: 1724678.

HSL color Cylindrical-coordinate representation of color #06511A: hue angle of 136º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06511A is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB68126-
CMYK0.9300.680.68
HSL136º86.21%17.06%-
HSV(B)136º92.59%31.76%-
XYZ3.261.97-
YUV52.3113.1594.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 81 (32.03% from 255) = 71.68%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=5.31%
G=71.68%
B=23.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681260.9300.680.6813686.2117.06
Hex6511A5D04444885611
Octal612132135010410421012621
Binary110101000111010101110101000100100010010001000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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