#06371A

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

Shades of British Racing Green #06371A

Tints of British Racing Green #06371A

Color information

#06371A (or 0x06371A) is unknown color: approx British Racing Green. HEX triplet: 06, 37 and 1A. RGB value is (6,55,26). Sum of RGB (Red+Green+Blue) = 6+55+26=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 55 (21.88% from 255 or 63.22% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 55 - color contains mainly: green. Hex color #06371A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06371A is #F9C8E5. Grayscale: #252525. Windows color (decimal): -16369894 or 1718022. OLE color: 1718022.

HSL color Cylindrical-coordinate representation of color #06371A: hue angle of 144.49º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06371A is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB65526-
CMYK0.8900.530.78
HSL144.49º80.33%11.96%-
HSV(B)144.49º89.09%21.57%-
XYZ1.632.851.44-
YUV37.04121.77105.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.90%
GREEN value IS 55 (21.88% from 255) = 63.22%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=6.90%
G=63.22%
B=29.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal655260.8900.530.78144.4980.3311.96
Hex6371A590354E9050c
Octal6673213106511622012014
Binary110110111110101011001011010110011101001000010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06371A; }

 p { color: rgb(6,55,26); }

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

<style>
 a { background-color: #06371A; }

 a { background-color: rgb(6,55,26); }

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

<style>
 span { border-color: #06371A; }

 span { border-color: rgb(6,55,26); }

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