#06681F

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

Shades of Crusoe #06681F

Tints of Crusoe #06681F

Color information

#06681F (or 0x06681F) is unknown color: approx Crusoe. HEX triplet: 06, 68 and 1F. RGB value is (6,104,31). Sum of RGB (Red+Green+Blue) = 6+104+31=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 104 (41.02% from 255 or 73.76% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 104 - color contains mainly: green. Hex color #06681F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06681F is #F997E0. Grayscale: #424242. Windows color (decimal): -16357345 or 2058246. OLE color: 2058246.

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

Color convert

RGB610431-
CMYK0.9400.700.59
HSL135.31º89.09%21.57%-
HSV(B)135.31º94.23%40.78%-
XYZ5.2710.042.96-
YUV66.38108.0384.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 104 (41.02% from 255) = 73.76%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=4.26%
G=73.76%
B=21.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6104310.9400.700.59135.3189.0921.57
Hex6681F5E0463B875916
Octal61503713601067320713126
Binary11011010001111110111100100011011101110000111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06681F; }

 p { color: rgb(6,104,31); }

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

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

 a { background-color: rgb(6,104,31); }

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

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

 span { border-color: rgb(6,104,31); }

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