#06511D

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

Shades of British Racing Green #06511D

Tints of British Racing Green #06511D

Color information

#06511D (or 0x06511D) is unknown color: approx British Racing Green. HEX triplet: 06, 51 and 1D. RGB value is (6,81,29). Sum of RGB (Red+Green+Blue) = 6+81+29=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 81 (32.03% from 255 or 69.83% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 81 - color contains mainly: green. Hex color #06511D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06511D is #F9AEE2. Grayscale: #343434. Windows color (decimal): -16363235 or 1921286. OLE color: 1921286.

HSL color Cylindrical-coordinate representation of color #06511D: hue angle of 138.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06511D is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB68129-
CMYK0.9300.640.68
HSL138.4º86.21%17.06%-
HSV(B)138.4º92.59%31.76%-
XYZ3.246.012.15-
YUV52.65114.6594.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 81 (32.03% from 255) = 69.83%
BLUE value IS 29 (11.72% from 255) = 25%
R=5.17%
G=69.83%
B=25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681290.9300.640.68138.486.2117.06
Hex6511D5D040448a5611
Octal612135135010010421212621
Binary110101000111101101110101000000100010010001010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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