#06411D

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

Shades of British Racing Green #06411D

Tints of British Racing Green #06411D

Color information

#06411D (or 0x06411D) is unknown color: approx British Racing Green. HEX triplet: 06, 41 and 1D. RGB value is (6,65,29). Sum of RGB (Red+Green+Blue) = 6+65+29=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #06411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06411D is #F9BEE2. Grayscale: #2B2B2B. Windows color (decimal): -16367331 or 1917190. OLE color: 1917190.

HSL color Cylindrical-coordinate representation of color #06411D: hue angle of 143.39º 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 #06411D is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB66529-
CMYK0.9100.550.75
HSL143.39º83.1%13.92%-
HSV(B)143.39º90.77%25.49%-
XYZ2.193.911.8-
YUV43.26119.95101.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6%
GREEN value IS 65 (25.78% from 255) = 65%
BLUE value IS 29 (11.72% from 255) = 29%
R=6%
G=65%
B=29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665290.9100.550.75143.3983.113.92
Hex6411D5B0374B8f53e
Octal61013513306711321712316
Binary1101000001111011011011011011110010111000111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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