Html Css Color HEX #06411C British Racing Green

📋 copy color: '#06411C'

red 6 ◦ green 65 ◦ blue 28

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

Shades of British Racing Green #06411C

Tints of British Racing Green #06411C

RGB

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

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

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

R = 6.06%
G = 65.66%
B = 28.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#06411C (or 0x06411C) is known color: British Racing Green. HEX triplet: 06, 41 and 1C. RGB value is (6,65,28). Sum of RGB (Red+Green+Blue) = 6+65+28=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 65 (25.78% from 255 or 65.66% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 65 - color contains mainly: green. Hex color #06411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06411C is #F9BEE3. Grayscale: #2B2B2B. Windows color (decimal): -16367332 or 1851654. OLE color: 1851654.

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

Color convert

RGB 6 65 28 -
CMYK 0.91 0 0.57 0.75
HSL 142.37º 0.83% 0.14% -
HSV(B) 142.37º 0.91% 0.25% -
XYZ 2.18 3.9 1.74 -
YUV 43.14 119.45 101.51 -
System Red Green Blue C M Y K H S L
Decimal 6 65 28 0.91 0 0.57 0.75 142.37 0.83 0.14
Hex 6 41 1C 5B 0 39 4B 8E 53 E
Octal 6 101 34 133 0 71 113 216 123 16
Binary 110 1000001 11100 1011011 0 111001 1001011 10001110 1010011 1110

Color Harmonies of #06411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06411C

Black with #06411C

Text Example


Text Example

White with #06411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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