Html Css Color HEX #06441C British Racing Green

📋 copy color: '#06441C'

red 6 ◦ green 68 ◦ blue 28

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

Shades of British Racing Green #06441C

Tints of British Racing Green #06441C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 66.67%

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

R = 5.88%
G = 66.67%
B = 27.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#06441C (or 0x06441C) is known color: British Racing Green. HEX triplet: 06, 44 and 1C. RGB value is (6,68,28). Sum of RGB (Red+Green+Blue) = 6+68+28=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 68 (26.95% from 255 or 66.67% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 68 - color contains mainly: green. Hex color #06441C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06441C is #F9BBE3. Grayscale: #2C2C2C. Windows color (decimal): -16366564 or 1852422. OLE color: 1852422.

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

Color convert

RGB 6 68 28 -
CMYK 0.91 0 0.59 0.73
HSL 141.29º 0.84% 0.15% -
HSV(B) 141.29º 0.91% 0.27% -
XYZ 2.35 4.26 1.8 -
YUV 44.9 118.46 100.25 -
System Red Green Blue C M Y K H S L
Decimal 6 68 28 0.91 0 0.59 0.73 141.29 0.84 0.15
Hex 6 44 1C 5B 0 3B 49 8D 54 F
Octal 6 104 34 133 0 73 111 215 124 17
Binary 110 1000100 11100 1011011 0 111011 1001001 10001101 1010100 1111

Color Harmonies of #06441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06441C

Black with #06441C

Text Example


Text Example

White with #06441C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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