#06611B

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

Shades of Crusoe #06611B

Tints of Crusoe #06611B

Color information

#06611B (or 0x06611B) is unknown color: approx Crusoe. HEX triplet: 06, 61 and 1B. RGB value is (6,97,27). Sum of RGB (Red+Green+Blue) = 6+97+27=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 97 (38.28% from 255 or 74.62% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 97 - color contains mainly: green. Hex color #06611B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06611B is #F99EE4. Grayscale: #3D3D3D. Windows color (decimal): -16359141 or 1794310. OLE color: 1794310.

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

Color convert

RGB69727-
CMYK0.9400.720.62
HSL133.85º88.35%20.2%-
HSV(B)133.85º93.81%38.04%-
XYZ4.558.672.47-
YUV61.81108.3588.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 97 (38.28% from 255) = 74.62%
BLUE value IS 27 (10.94% from 255) = 20.77%
R=4.62%
G=74.62%
B=20.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697270.9400.720.62133.8588.3520.2
Hex6611B5E0483E865814
Octal61413313601107620613024
Binary11011000011101110111100100100011111010000110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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