#06411B

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

Shades of British Racing Green #06411B

Tints of British Racing Green #06411B

Color information

#06411B (or 0x06411B) is unknown color: approx British Racing Green. HEX triplet: 06, 41 and 1B. RGB value is (6,65,27). Sum of RGB (Red+Green+Blue) = 6+65+27=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 65 (25.78% from 255 or 66.33% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 65 - color contains mainly: green. Hex color #06411B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06411B is #F9BEE4. Grayscale: #2B2B2B. Windows color (decimal): -16367333 or 1786118. OLE color: 1786118.

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

Color convert

RGB66527-
CMYK0.9100.580.75
HSL141.36º83.1%13.92%-
HSV(B)141.36º90.77%25.49%-
XYZ2.163.91.68-
YUV43.03118.95101.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 65 (25.78% from 255) = 66.33%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=6.12%
G=66.33%
B=27.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665270.9100.580.75141.3683.113.92
Hex6411B5B03A4B8d53e
Octal61013313307211321512316
Binary1101000001110111011011011101010010111000110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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