#06691E

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

Shades of Crusoe #06691E

Tints of Crusoe #06691E

Color information

#06691E (or 0x06691E) is unknown color: approx Crusoe. HEX triplet: 06, 69 and 1E. RGB value is (6,105,30). Sum of RGB (Red+Green+Blue) = 6+105+30=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 105 (41.41% from 255 or 74.47% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 105 - color contains mainly: green. Hex color #06691E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06691E is #F996E1. Grayscale: #434343. Windows color (decimal): -16357090 or 1992966. OLE color: 1992966.

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

Color convert

RGB610530-
CMYK0.9400.710.59
HSL134.55º89.19%21.76%-
HSV(B)134.55º94.29%41.18%-
XYZ5.3610.242.92-
YUV66.85107.284.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 105 (41.41% from 255) = 74.47%
BLUE value IS 30 (12.11% from 255) = 21.28%
R=4.26%
G=74.47%
B=21.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105300.9400.710.59134.5589.1921.76
Hex6691E5E0473B875916
Octal61513613601077320713126
Binary11011010011111010111100100011111101110000111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06691E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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