#06451A

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

Shades of British Racing Green #06451A

Tints of British Racing Green #06451A

Color information

#06451A (or 0x06451A) is unknown color: approx British Racing Green. HEX triplet: 06, 45 and 1A. RGB value is (6,69,26). Sum of RGB (Red+Green+Blue) = 6+69+26=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 69 (27.34% from 255 or 68.32% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 69 - color contains mainly: green. Hex color #06451A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06451A is #F9BAE5. Grayscale: #2D2D2D. Windows color (decimal): -16366310 or 1721606. OLE color: 1721606.

HSL color Cylindrical-coordinate representation of color #06451A: hue angle of 139.05º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06451A is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB66926-
CMYK0.9100.620.73
HSL139.05º84%14.71%-
HSV(B)139.05º91.3%27.06%-
XYZ2.394.371.69-
YUV45.26117.13100-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 69 (27.34% from 255) = 68.32%
BLUE value IS 26 (10.55% from 255) = 25.74%
R=5.94%
G=68.32%
B=25.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal669260.9100.620.73139.058414.71
Hex6451A5B03E498b54f
Octal61053213307611121312417
Binary1101000101110101011011011111010010011000101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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