Html Css Color HEX #06412C British Racing Green

📋 copy color: '#06412C'

red 6 ◦ green 65 ◦ blue 44

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

Shades of British Racing Green #06412C

Tints of British Racing Green #06412C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 38.26%

R = 5.22%
G = 56.52%
B = 38.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#06412C (or 0x06412C) is known color: British Racing Green. HEX triplet: 06, 41 and 2C. RGB value is (6,65,44). Sum of RGB (Red+Green+Blue) = 6+65+44=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #06412C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06412C is #F9BED3. Grayscale: #2C2C2C. Windows color (decimal): -16367316 or 2900230. OLE color: 2900230.

HSL color Cylindrical-coordinate representation of color #06412C: hue angle of 158.64º 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 #06412C is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 65 44 -
CMYK 0.91 0 0.32 0.75
HSL 158.64º 0.83% 0.14% -
HSV(B) 158.64º 0.91% 0.25% -
XYZ 2.42 4 3.03 -
YUV 44.97 127.45 100.21 -
System Red Green Blue C M Y K H S L
Decimal 6 65 44 0.91 0 0.32 0.75 158.64 0.83 0.14
Hex 6 41 2C 5B 0 20 4B 9F 53 E
Octal 6 101 54 133 0 40 113 237 123 16
Binary 110 1000001 101100 1011011 0 100000 1001011 10011111 1010011 1110

Color Harmonies of #06412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06412C

Black with #06412C

Text Example


Text Example

White with #06412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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