#06691B

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

Shades of Crusoe #06691B

Tints of Crusoe #06691B

Color information

#06691B (or 0x06691B) is unknown color: approx Crusoe. HEX triplet: 06, 69 and 1B. RGB value is (6,105,27). Sum of RGB (Red+Green+Blue) = 6+105+27=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 105 (41.41% from 255 or 76.09% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 105 - color contains mainly: green. Hex color #06691B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06691B is #F996E4. Grayscale: #424242. Windows color (decimal): -16357093 or 1796358. OLE color: 1796358.

HSL color Cylindrical-coordinate representation of color #06691B: hue angle of 132.73º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06691B is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB610527-
CMYK0.9400.740.59
HSL132.73º89.19%21.76%-
HSV(B)132.73º94.29%41.18%-
XYZ5.3210.222.73-
YUV66.51105.784.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 105 (41.41% from 255) = 76.09%
BLUE value IS 27 (10.94% from 255) = 19.57%
R=4.35%
G=76.09%
B=19.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105270.9400.740.59132.7389.1921.76
Hex6691B5E04A3B855916
Octal61513313601127320513126
Binary11011010011101110111100100101011101110000101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06691B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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