#06401D

Color #06401D British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #06401D

Tints of British Racing Green #06401D

Color information

#06401D (or 0x06401D) is unknown color: approx British Racing Green. HEX triplet: 06, 40 and 1D. RGB value is (6,64,29). Sum of RGB (Red+Green+Blue) = 6+64+29=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #06401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06401D is #F9BFE2. Grayscale: #2A2A2A. Windows color (decimal): -16367587 or 1916934. OLE color: 1916934.

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

Color convert

RGB66429-
CMYK0.9100.550.75
HSL143.79º82.86%13.73%-
HSV(B)143.79º90.62%25.1%-
XYZ2.133.791.78-
YUV42.67120.28101.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.06%
GREEN value IS 64 (25.39% from 255) = 64.65%
BLUE value IS 29 (11.72% from 255) = 29.29%
R=6.06%
G=64.65%
B=29.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal664290.9100.550.75143.7982.8613.73
Hex6401D5B0374B9053e
Octal61003513306711322012316
Binary1101000000111011011011011011110010111001000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06401D;
 }
 .AnyTagClassName
 {
   color: #06401D;
 }
</style>
background-color css

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

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

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

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

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

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