Html Css Color HEX #06451F British Racing Green

📋 copy color: '#06451F'

red 6 ◦ green 69 ◦ blue 31

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

Shades of British Racing Green #06451F

Tints of British Racing Green #06451F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 65.09%

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

R = 5.66%
G = 65.09%
B = 29.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#06451F (or 0x06451F) is known color: British Racing Green. HEX triplet: 06, 45 and 1F. RGB value is (6,69,31). Sum of RGB (Red+Green+Blue) = 6+69+31=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 69 (27.34% from 255 or 65.09% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 69 - color contains mainly: green. Hex color #06451F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06451F is #F9BAE0. Grayscale: #2D2D2D. Windows color (decimal): -16366305 or 2049286. OLE color: 2049286.

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

Color convert

RGB 6 69 31 -
CMYK 0.91 0 0.55 0.73
HSL 143.81º 0.84% 0.15% -
HSV(B) 143.81º 0.91% 0.27% -
XYZ 2.45 4.39 2.02 -
YUV 45.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 6 69 31 0.91 0 0.55 0.73 143.81 0.84 0.15
Hex 6 45 1F 5B 0 37 49 90 54 F
Octal 6 105 37 133 0 67 111 220 124 17
Binary 110 1000101 11111 1011011 0 110111 1001001 10010000 1010100 1111

Color Harmonies of #06451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06451F

Black with #06451F

Text Example


Text Example

White with #06451F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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