Html Css Color HEX #06461C British Racing Green

📋 copy color: '#06461C'

red 6 ◦ green 70 ◦ blue 28

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

Shades of British Racing Green #06461C

Tints of British Racing Green #06461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 67.31%

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

R = 5.77%
G = 67.31%
B = 26.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#06461C (or 0x06461C) is known color: British Racing Green. HEX triplet: 06, 46 and 1C. RGB value is (6,70,28). Sum of RGB (Red+Green+Blue) = 6+70+28=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 70 (27.73% from 255 or 67.31% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 70 - color contains mainly: green. Hex color #06461C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06461C is #F9B9E3. Grayscale: #2E2E2E. Windows color (decimal): -16366052 or 1852934. OLE color: 1852934.

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

Color convert

RGB 6 70 28 -
CMYK 0.91 0 0.60 0.73
HSL 140.63º 0.84% 0.15% -
HSV(B) 140.63º 0.91% 0.27% -
XYZ 2.47 4.5 1.84 -
YUV 46.08 117.8 99.42 -
System Red Green Blue C M Y K H S L
Decimal 6 70 28 0.91 0 0.60 0.73 140.63 0.84 0.15
Hex 6 46 1C 5B 0 3C 49 8D 54 F
Octal 6 106 34 133 0 74 111 215 124 17
Binary 110 1000110 11100 1011011 0 111100 1001001 10001101 1010100 1111

Color Harmonies of #06461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06461C

Black with #06461C

Text Example


Text Example

White with #06461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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