#06431E

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

Shades of British Racing Green #06431E

Tints of British Racing Green #06431E

Color information

#06431E (or 0x06431E) is unknown color: approx British Racing Green. HEX triplet: 06, 43 and 1E. RGB value is (6,67,30). Sum of RGB (Red+Green+Blue) = 6+67+30=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 67 (26.56% from 255 or 65.05% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 67 - color contains mainly: green. Hex color #06431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06431E is #F9BCE1. Grayscale: #2C2C2C. Windows color (decimal): -16366818 or 1983238. OLE color: 1983238.

HSL color Cylindrical-coordinate representation of color #06431E: hue angle of 143.61º 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 #06431E is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB66730-
CMYK0.9100.550.74
HSL143.61º83.56%14.31%-
HSV(B)143.61º91.04%26.27%-
XYZ2.324.151.91-
YUV44.54119.79100.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 67 (26.56% from 255) = 65.05%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=5.83%
G=65.05%
B=29.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667300.9100.550.74143.6183.5614.31
Hex6431E5B0374A9054e
Octal61033613306711222012416
Binary1101000011111101011011011011110010101001000010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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