Html Css Color HEX #064321 British Racing Green

📋 copy color: '#064321'

red 6 ◦ green 67 ◦ blue 33

#064321
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #064321

Tints of British Racing Green #064321

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 value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.74

RGB Variations

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

Color information

#064321 (or 0x064321) is known color: 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

RGB 6 67 33 -
CMYK 0.91 0 0.51 0.74
HSL 146.56º 0.84% 0.14% -
HSV(B) 146.56º 0.91% 0.26% -
XYZ 2.36 4.16 2.12 -
YUV 44.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 6 67 33 0.91 0 0.51 0.74 146.56 0.84 0.14
Hex 6 43 21 5B 0 33 4A 93 54 E
Octal 6 103 41 133 0 63 112 223 124 16
Binary 110 1000011 100001 1011011 0 110011 1001010 10010011 1010100 1110

Color Harmonies of #064321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064321

Black with #064321

Text Example


Text Example

White with #064321

Text Example


Text Example

HTML Codes & Css Web 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>