Html Css Color HEX #064320 British Racing Green

📋 copy color: '#064320'

red 6 ◦ green 67 ◦ blue 32

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

Shades of British Racing Green #064320

Tints of British Racing Green #064320

RGB

 RED value IS 6 (2.73% from 255) = 5.71%

 GREEN value IS 67 (26.56% from 255) = 63.81%

 BLUE value IS 32 (12.89% from 255) = 30.48%

R = 5.71%
G = 63.81%
B = 30.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#064320 (or 0x064320) is known color: British Racing Green. HEX triplet: 06, 43 and 20. RGB value is (6,67,32). Sum of RGB (Red+Green+Blue) = 6+67+32=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 67 (26.56% from 255 or 63.81% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 67 - color contains mainly: green. Hex color #064320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064320 is #F9BCDF. Grayscale: #2C2C2C. Windows color (decimal): -16366816 or 2114310. OLE color: 2114310.

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

Color convert

RGB 6 67 32 -
CMYK 0.91 0 0.52 0.74
HSL 145.57º 0.84% 0.14% -
HSV(B) 145.57º 0.91% 0.26% -
XYZ 2.34 4.16 2.05 -
YUV 44.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 6 67 32 0.91 0 0.52 0.74 145.57 0.84 0.14
Hex 6 43 20 5B 0 34 4A 92 54 E
Octal 6 103 40 133 0 64 112 222 124 16
Binary 110 1000011 100000 1011011 0 110100 1001010 10010010 1010100 1110

Color Harmonies of #064320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064320

Black with #064320

Text Example


Text Example

White with #064320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064320; }

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

 H1.HeaderClassName
 {
   color: #064320;
 }
 .AnyTagClassName
 {
   color: #064320;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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