#06411A

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

Shades of British Racing Green #06411A

Tints of British Racing Green #06411A

Color information

#06411A (or 0x06411A) is unknown color: approx British Racing Green. HEX triplet: 06, 41 and 1A. RGB value is (6,65,26). Sum of RGB (Red+Green+Blue) = 6+65+26=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 65 (25.78% from 255 or 67.01% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 65 - color contains mainly: green. Hex color #06411A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06411A is #F9BEE5. Grayscale: #2B2B2B. Windows color (decimal): -16367334 or 1720582. OLE color: 1720582.

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

Color convert

RGB66526-
CMYK0.9100.600.75
HSL140.34º83.1%13.92%-
HSV(B)140.34º90.77%25.49%-
XYZ2.153.891.62-
YUV42.91118.45101.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 65 (25.78% from 255) = 67.01%
BLUE value IS 26 (10.55% from 255) = 26.80%
R=6.19%
G=67.01%
B=26.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665260.9100.600.75140.3483.113.92
Hex6411A5B03C4B8c53e
Octal61013213307411321412316
Binary1101000001110101011011011110010010111000110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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