#064321

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

Shades of British Racing Green #064321

Tints of British Racing Green #064321

Color information

#064321 (or 0x064321) is unknown color: approx British Racing Green. HEX triplet: 06, 43 and 21. RGB value is (6,67,33). Sum of RGB (Red+Green+Blue) = 6+67+33=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #064321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064321 is #F9BCDE. Grayscale: #2C2C2C. Windows color (decimal): -16366815 or 2179846. OLE color: 2179846.

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

Color convert

RGB66733-
CMYK0.9100.510.74
HSL146.56º83.56%14.31%-
HSV(B)146.56º91.04%26.27%-
XYZ2.364.162.12-
YUV44.88121.29100.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.66%
GREEN value IS 67 (26.56% from 255) = 63.21%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=5.66%
G=63.21%
B=31.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667330.9100.510.74146.5683.5614.31
Hex643215B0334A9354e
Octal61034113306311222312416
Binary11010000111000011011011011001110010101001001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064321; }

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

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

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

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

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

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

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

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