Html Css Color HEX #06471C British Racing Green

📋 copy color: '#06471C'

red 6 ◦ green 71 ◦ blue 28

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

Shades of British Racing Green #06471C

Tints of British Racing Green #06471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 67.62%

 BLUE value IS 28 (11.33% from 255) = 26.67%

R = 5.71%
G = 67.62%
B = 26.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#06471C (or 0x06471C) is known color: British Racing Green. HEX triplet: 06, 47 and 1C. RGB value is (6,71,28). Sum of RGB (Red+Green+Blue) = 6+71+28=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 71 (28.12% from 255 or 67.62% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 71 - color contains mainly: green. Hex color #06471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06471C is #F9B8E3. Grayscale: #2E2E2E. Windows color (decimal): -16365796 or 1853190. OLE color: 1853190.

HSL color Cylindrical-coordinate representation of color #06471C: hue angle of 140.31º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06471C is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 71 28 -
CMYK 0.92 0 0.61 0.72
HSL 140.31º 0.84% 0.15% -
HSV(B) 140.31º 0.92% 0.28% -
XYZ 2.54 4.63 1.86 -
YUV 46.66 117.47 99 -
System Red Green Blue C M Y K H S L
Decimal 6 71 28 0.92 0 0.61 0.72 140.31 0.84 0.15
Hex 6 47 1C 5C 0 3D 48 8C 54 F
Octal 6 107 34 134 0 75 110 214 124 17
Binary 110 1000111 11100 1011100 0 111101 1001000 10001100 1010100 1111

Color Harmonies of #06471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06471C

Black with #06471C

Text Example


Text Example

White with #06471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06471C; }

 p { color: rgb(6,71,28); }

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

background-color css

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

 a { background-color: rgb(6,71,28); }

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

border-color css

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

 span { border-color: rgb(6,71,28); }

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