#06601D

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

Shades of Crusoe #06601D

Tints of Crusoe #06601D

Color information

#06601D (or 0x06601D) is unknown color: approx Crusoe. HEX triplet: 06, 60 and 1D. RGB value is (6,96,29). Sum of RGB (Red+Green+Blue) = 6+96+29=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 96 (37.89% from 255 or 73.28% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 96 - color contains mainly: green. Hex color #06601D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06601D is #F99FE2. Grayscale: #3D3D3D. Windows color (decimal): -16359395 or 1925126. OLE color: 1925126.

HSL color Cylindrical-coordinate representation of color #06601D: hue angle of 135.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06601D is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB69629-
CMYK0.9400.700.62
HSL135.33º88.24%20%-
HSV(B)135.33º93.75%37.65%-
XYZ4.488.492.57-
YUV61.45109.6888.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.58%
GREEN value IS 96 (37.89% from 255) = 73.28%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=4.58%
G=73.28%
B=22.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696290.9400.700.62135.3388.2420
Hex6601D5E0463E875814
Octal61403513601067620713024
Binary11011000001110110111100100011011111010000111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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