#06611E

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

Shades of Crusoe #06611E

Tints of Crusoe #06611E

Color information

#06611E (or 0x06611E) is unknown color: approx Crusoe. HEX triplet: 06, 61 and 1E. RGB value is (6,97,30). Sum of RGB (Red+Green+Blue) = 6+97+30=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 97 (38.28% from 255 or 72.93% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 97 - color contains mainly: green. Hex color #06611E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06611E is #F99EE1. Grayscale: #3E3E3E. Windows color (decimal): -16359138 or 1990918. OLE color: 1990918.

HSL color Cylindrical-coordinate representation of color #06611E: hue angle of 135.82º 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 #06611E is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB69730-
CMYK0.9400.690.62
HSL135.82º88.35%20.2%-
HSV(B)135.82º93.81%38.04%-
XYZ4.588.682.66-
YUV62.15109.8587.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 97 (38.28% from 255) = 72.93%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=4.51%
G=72.93%
B=22.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697300.9400.690.62135.8288.3520.2
Hex6611E5E0453E885814
Octal61413613601057621013024
Binary11011000011111010111100100010111111010001000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06611E; }

 p { color: rgb(6,97,30); }

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

<style>
 a { background-color: #06611E; }

 a { background-color: rgb(6,97,30); }

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

<style>
 span { border-color: #06611E; }

 span { border-color: rgb(6,97,30); }

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