#06541F

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

Shades of Crusoe #06541F

Tints of Crusoe #06541F

Color information

#06541F (or 0x06541F) is unknown color: approx Crusoe. HEX triplet: 06, 54 and 1F. RGB value is (6,84,31). Sum of RGB (Red+Green+Blue) = 6+84+31=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #06541F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06541F is #F9ABE0. Grayscale: #363636. Windows color (decimal): -16362465 or 2053126. OLE color: 2053126.

HSL color Cylindrical-coordinate representation of color #06541F: hue angle of 139.23º 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 #06541F is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB68431-
CMYK0.9300.630.67
HSL139.23º86.67%17.65%-
HSV(B)139.23º92.86%32.94%-
XYZ3.496.482.36-
YUV54.64114.6693.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 84 (33.20% from 255) = 69.42%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=4.96%
G=69.42%
B=25.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal684310.9300.630.67139.2386.6717.65
Hex6541F5D03F438b5712
Octal61243713507710321312722
Binary11010101001111110111010111111100001110001011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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