#06451B

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

Shades of British Racing Green #06451B

Tints of British Racing Green #06451B

Color information

#06451B (or 0x06451B) is unknown color: approx British Racing Green. HEX triplet: 06, 45 and 1B. RGB value is (6,69,27). Sum of RGB (Red+Green+Blue) = 6+69+27=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 69 (27.34% from 255 or 67.65% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 69 - color contains mainly: green. Hex color #06451B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06451B is #F9BAE4. Grayscale: #2D2D2D. Windows color (decimal): -16366309 or 1787142. OLE color: 1787142.

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

Color convert

RGB66927-
CMYK0.9100.610.73
HSL140º84%14.71%-
HSV(B)140º91.3%27.06%-
XYZ2.44.371.75-
YUV45.38117.6399.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.88%
GREEN value IS 69 (27.34% from 255) = 67.65%
BLUE value IS 27 (10.94% from 255) = 26.47%
R=5.88%
G=67.65%
B=26.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal669270.9100.610.731408414.71
Hex6451B5B03D498c54f
Octal61053313307511121412417
Binary1101000101110111011011011110110010011000110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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