#06411F

Color #06411F British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #06411F

Tints of British Racing Green #06411F

Color information

#06411F (or 0x06411F) is unknown color: approx British Racing Green. HEX triplet: 06, 41 and 1F. RGB value is (6,65,31). Sum of RGB (Red+Green+Blue) = 6+65+31=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 65 (25.78% from 255 or 63.73% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 65 - color contains mainly: green. Hex color #06411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06411F is #F9BEE0. Grayscale: #2B2B2B. Windows color (decimal): -16367329 or 2048262. OLE color: 2048262.

HSL color Cylindrical-coordinate representation of color #06411F: hue angle of 145.42º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06411F is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB66531-
CMYK0.9100.520.75
HSL145.42º83.1%13.92%-
HSV(B)145.42º90.77%25.49%-
XYZ2.213.921.94-
YUV43.48120.95101.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.88%
GREEN value IS 65 (25.78% from 255) = 63.73%
BLUE value IS 31 (12.5% from 255) = 30.39%
R=5.88%
G=63.73%
B=30.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665310.9100.520.75145.4283.113.92
Hex6411F5B0344B9153e
Octal61013713306411322112316
Binary1101000001111111011011011010010010111001000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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