#06441E

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

Shades of British Racing Green #06441E

Tints of British Racing Green #06441E

Color information

#06441E (or 0x06441E) is unknown color: approx British Racing Green. HEX triplet: 06, 44 and 1E. RGB value is (6,68,30). Sum of RGB (Red+Green+Blue) = 6+68+30=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 68 (26.95% from 255 or 65.38% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 68 - color contains mainly: green. Hex color #06441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06441E is #F9BBE1. Grayscale: #2D2D2D. Windows color (decimal): -16366562 or 1983494. OLE color: 1983494.

HSL color Cylindrical-coordinate representation of color #06441E: hue angle of 143.23º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06441E is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB66830-
CMYK0.9100.560.73
HSL143.23º83.78%14.51%-
HSV(B)143.23º91.18%26.67%-
XYZ2.384.271.93-
YUV45.13119.46100.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.77%
GREEN value IS 68 (26.95% from 255) = 65.38%
BLUE value IS 30 (12.11% from 255) = 28.85%
R=5.77%
G=65.38%
B=28.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668300.9100.560.73143.2383.7814.51
Hex6441E5B038498f54f
Octal61043613307011121712417
Binary1101000100111101011011011100010010011000111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06441E; }

 p { color: rgb(6,68,30); }

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

<style>
 a { background-color: #06441E; }

 a { background-color: rgb(6,68,30); }

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

<style>
 span { border-color: #06441E; }

 span { border-color: rgb(6,68,30); }

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