#06711D

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

Shades of Crusoe #06711D

Tints of Crusoe #06711D

Color information

#06711D (or 0x06711D) is unknown color: approx Crusoe. HEX triplet: 06, 71 and 1D. RGB value is (6,113,29). Sum of RGB (Red+Green+Blue) = 6+113+29=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 113 (44.53% from 255 or 76.35% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 113 - color contains mainly: green. Hex color #06711D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06711D is #F98EE2. Grayscale: #474747. Windows color (decimal): -16355043 or 1929478. OLE color: 1929478.

HSL color Cylindrical-coordinate representation of color #06711D: hue angle of 132.9º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06711D is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB611329-
CMYK0.9500.740.56
HSL132.9º89.92%23.33%-
HSV(B)132.9º94.69%44.31%-
XYZ6.211.943.14-
YUV71.43104.0581.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.05%
GREEN value IS 113 (44.53% from 255) = 76.35%
BLUE value IS 29 (11.72% from 255) = 19.59%
R=4.05%
G=76.35%
B=19.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113290.9500.740.56132.989.9223.33
Hex6711D5F04A38855a17
Octal61613513701127020513227
Binary11011100011110110111110100101011100010000101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06711D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06711D; }

 p { color: rgb(6,113,29); }

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

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

 a { background-color: rgb(6,113,29); }

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

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

 span { border-color: rgb(6,113,29); }

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