Html Css Color HEX #06412B British Racing Green

📋 copy color: '#06412B'

red 6 ◦ green 65 ◦ blue 43

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

Shades of British Racing Green #06412B

Tints of British Racing Green #06412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 57.02%

 BLUE value IS 43 (17.19% from 255) = 37.72%

R = 5.26%
G = 57.02%
B = 37.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#06412B (or 0x06412B) is known color: British Racing Green. HEX triplet: 06, 41 and 2B. RGB value is (6,65,43). Sum of RGB (Red+Green+Blue) = 6+65+43=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #06412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06412B is #F9BED4. Grayscale: #2C2C2C. Windows color (decimal): -16367317 or 2834694. OLE color: 2834694.

HSL color Cylindrical-coordinate representation of color #06412B: hue angle of 157.63º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06412B is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 65 43 -
CMYK 0.91 0 0.34 0.75
HSL 157.63º 0.83% 0.14% -
HSV(B) 157.63º 0.91% 0.25% -
XYZ 2.4 3.99 2.93 -
YUV 44.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 6 65 43 0.91 0 0.34 0.75 157.63 0.83 0.14
Hex 6 41 2B 5B 0 22 4B 9E 53 E
Octal 6 101 53 133 0 42 113 236 123 16
Binary 110 1000001 101011 1011011 0 100010 1001011 10011110 1010011 1110

Color Harmonies of #06412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06412B

Black with #06412B

Text Example


Text Example

White with #06412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06412B; }

 p { color: rgb(6,65,43); }

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

background-color css

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

 a { background-color: rgb(6,65,43); }

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

border-color css

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

 span { border-color: rgb(6,65,43); }

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