#06411E

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

Shades of British Racing Green #06411E

Tints of British Racing Green #06411E

Color information

#06411E (or 0x06411E) is unknown color: approx British Racing Green. HEX triplet: 06, 41 and 1E. RGB value is (6,65,30). Sum of RGB (Red+Green+Blue) = 6+65+30=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 65 (25.78% from 255 or 64.36% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 65 - color contains mainly: green. Hex color #06411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06411E is #F9BEE1. Grayscale: #2B2B2B. Windows color (decimal): -16367330 or 1982726. OLE color: 1982726.

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

Color convert

RGB66530-
CMYK0.9100.540.75
HSL144.41º83.1%13.92%-
HSV(B)144.41º90.77%25.49%-
XYZ2.23.911.87-
YUV43.37120.45101.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 65 (25.78% from 255) = 64.36%
BLUE value IS 30 (12.11% from 255) = 29.70%
R=5.94%
G=64.36%
B=29.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665300.9100.540.75144.4183.113.92
Hex6411E5B0364B9053e
Octal61013613306611322012316
Binary1101000001111101011011011011010010111001000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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