Html Css Color HEX #06461F British Racing Green

📋 copy color: '#06461F'

red 6 ◦ green 70 ◦ blue 31

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

Shades of British Racing Green #06461F

Tints of British Racing Green #06461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 28.97%

R = 5.61%
G = 65.42%
B = 28.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#06461F (or 0x06461F) is known color: British Racing Green. HEX triplet: 06, 46 and 1F. RGB value is (6,70,31). Sum of RGB (Red+Green+Blue) = 6+70+31=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 70 (27.73% from 255 or 65.42% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 70 - color contains mainly: green. Hex color #06461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06461F is #F9B9E0. Grayscale: #2E2E2E. Windows color (decimal): -16366049 or 2049542. OLE color: 2049542.

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

Color convert

RGB 6 70 31 -
CMYK 0.91 0 0.56 0.73
HSL 143.44º 0.84% 0.15% -
HSV(B) 143.44º 0.91% 0.27% -
XYZ 2.51 4.52 2.04 -
YUV 46.42 119.3 99.17 -
System Red Green Blue C M Y K H S L
Decimal 6 70 31 0.91 0 0.56 0.73 143.44 0.84 0.15
Hex 6 46 1F 5B 0 38 49 8F 54 F
Octal 6 106 37 133 0 70 111 217 124 17
Binary 110 1000110 11111 1011011 0 111000 1001001 10001111 1010100 1111

Color Harmonies of #06461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06461F

Black with #06461F

Text Example


Text Example

White with #06461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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