Html Css Color HEX #06411D British Racing Green

📋 copy color: '#06411D'

red 6 ◦ green 65 ◦ blue 29

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

Shades of British Racing Green #06411D

Tints of British Racing Green #06411D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 29%

R = 6%
G = 65%
B = 29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#06411D (or 0x06411D) is known color: British Racing Green. HEX triplet: 06, 41 and 1D. RGB value is (6,65,29). Sum of RGB (Red+Green+Blue) = 6+65+29=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #06411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06411D is #F9BEE2. Grayscale: #2B2B2B. Windows color (decimal): -16367331 or 1917190. OLE color: 1917190.

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

Color convert

RGB 6 65 29 -
CMYK 0.91 0 0.55 0.75
HSL 143.39º 0.83% 0.14% -
HSV(B) 143.39º 0.91% 0.25% -
XYZ 2.19 3.91 1.8 -
YUV 43.26 119.95 101.43 -
System Red Green Blue C M Y K H S L
Decimal 6 65 29 0.91 0 0.55 0.75 143.39 0.83 0.14
Hex 6 41 1D 5B 0 37 4B 8F 53 E
Octal 6 101 35 133 0 67 113 217 123 16
Binary 110 1000001 11101 1011011 0 110111 1001011 10001111 1010011 1110

Color Harmonies of #06411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06411D

Black with #06411D

Text Example


Text Example

White with #06411D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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