#08661A

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

Shades of Crusoe #08661A

Tints of Crusoe #08661A

Color information

#08661A (or 0x08661A) is unknown color: approx Crusoe. HEX triplet: 08, 66 and 1A. RGB value is (8,102,26). Sum of RGB (Red+Green+Blue) = 8+102+26=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 102 (40.23% from 255 or 75% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 102 - color contains mainly: green. Hex color #08661A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08661A is #F799E5. Grayscale: #414141. Windows color (decimal): -16226790 or 1730056. OLE color: 1730056.

HSL color Cylindrical-coordinate representation of color #08661A: hue angle of 131.49º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08661A is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB810226-
CMYK0.9200.750.6
HSL131.49º85.45%21.57%-
HSV(B)131.49º92.16%40%-
XYZ5.049.632.57-
YUV65.23105.8687.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 102 (40.23% from 255) = 75%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=5.88%
G=75%
B=19.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8102260.9200.750.6131.4985.4521.57
Hex8661A5C04B3C835516
Octal101463213401137420312526
Binary100011001101101010111000100101111110010000011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,102,26); }

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

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

 a { background-color: rgb(8,102,26); }

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

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

 span { border-color: rgb(8,102,26); }

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