#06601A

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

Shades of Crusoe #06601A

Tints of Crusoe #06601A

Color information

#06601A (or 0x06601A) is unknown color: approx Crusoe. HEX triplet: 06, 60 and 1A. RGB value is (6,96,26). Sum of RGB (Red+Green+Blue) = 6+96+26=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 96 (37.89% from 255 or 75% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 96 - color contains mainly: green. Hex color #06601A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06601A is #F99FE5. Grayscale: #3D3D3D. Windows color (decimal): -16359398 or 1728518. OLE color: 1728518.

HSL color Cylindrical-coordinate representation of color #06601A: hue angle of 133.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 #06601A is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB69626-
CMYK0.9400.730.62
HSL133.33º88.24%20%-
HSV(B)133.33º93.75%37.65%-
XYZ4.448.482.38-
YUV61.11108.1888.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 96 (37.89% from 255) = 75%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=4.69%
G=75%
B=20.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696260.9400.730.62133.3388.2420
Hex6601A5E0493E855814
Octal61403213601117620513024
Binary11011000001101010111100100100111111010000101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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