#066315

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

Shades of Crusoe #066315

Tints of Crusoe #066315

Color information

#066315 (or 0x066315) is unknown color: approx Crusoe. HEX triplet: 06, 63 and 15. RGB value is (6,99,21). Sum of RGB (Red+Green+Blue) = 6+99+21=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 99 (39.06% from 255 or 78.57% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 99 - color contains mainly: green. Hex color #066315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066315 is #F99CEA. Grayscale: #3E3E3E. Windows color (decimal): -16358635 or 1401606. OLE color: 1401606.

HSL color Cylindrical-coordinate representation of color #066315: hue angle of 129.68º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066315 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB69921-
CMYK0.9400.790.61
HSL129.68º88.57%20.59%-
HSV(B)129.68º93.94%38.82%-
XYZ4.679.022.2-
YUV62.3104.6987.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 99 (39.06% from 255) = 78.57%
BLUE value IS 21 (8.59% from 255) = 16.67%
R=4.76%
G=78.57%
B=16.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal699210.9400.790.61129.6888.5720.59
Hex663155E04F3D825915
Octal61432513601177520213125
Binary11011000111010110111100100111111110110000010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066315; }

 p { color: rgb(6,99,21); }

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

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

 a { background-color: rgb(6,99,21); }

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

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

 span { border-color: rgb(6,99,21); }

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