#06541D

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

Shades of Crusoe #06541D

Tints of Crusoe #06541D

Color information

#06541D (or 0x06541D) is unknown color: approx Crusoe. HEX triplet: 06, 54 and 1D. RGB value is (6,84,29). Sum of RGB (Red+Green+Blue) = 6+84+29=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 84 (33.20% from 255 or 70.59% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 84 - color contains mainly: green. Hex color #06541D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06541D is #F9ABE2. Grayscale: #363636. Windows color (decimal): -16362467 or 1922054. OLE color: 1922054.

HSL color Cylindrical-coordinate representation of color #06541D: hue angle of 137.69º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06541D is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB68429-
CMYK0.9300.650.67
HSL137.69º86.67%17.65%-
HSV(B)137.69º92.86%32.94%-
XYZ3.476.472.23-
YUV54.41113.6693.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 84 (33.20% from 255) = 70.59%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=5.04%
G=70.59%
B=24.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal684290.9300.650.67137.6986.6717.65
Hex6541D5D041438a5712
Octal612435135010110321212722
Binary110101010011101101110101000001100001110001010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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