#06431F

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

Shades of British Racing Green #06431F

Tints of British Racing Green #06431F

Color information

#06431F (or 0x06431F) is unknown color: approx British Racing Green. HEX triplet: 06, 43 and 1F. RGB value is (6,67,31). Sum of RGB (Red+Green+Blue) = 6+67+31=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 67 (26.56% from 255 or 64.42% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 67 - color contains mainly: green. Hex color #06431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06431F is #F9BCE0. Grayscale: #2C2C2C. Windows color (decimal): -16366817 or 2048774. OLE color: 2048774.

HSL color Cylindrical-coordinate representation of color #06431F: hue angle of 144.59º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06431F is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB66731-
CMYK0.9100.540.74
HSL144.59º83.56%14.31%-
HSV(B)144.59º91.04%26.27%-
XYZ2.334.151.97-
YUV44.66120.29100.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.77%
GREEN value IS 67 (26.56% from 255) = 64.42%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=5.77%
G=64.42%
B=29.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667310.9100.540.74144.5983.5614.31
Hex6431F5B0364A9154e
Octal61033713306611222112416
Binary1101000011111111011011011011010010101001000110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06431F; }

 p { color: rgb(6,67,31); }

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

<style>
 a { background-color: #06431F; }

 a { background-color: rgb(6,67,31); }

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

<style>
 span { border-color: #06431F; }

 span { border-color: rgb(6,67,31); }

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