Html Css Color HEX #06451D British Racing Green

📋 copy color: '#06451D'

red 6 ◦ green 69 ◦ blue 29

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

Shades of British Racing Green #06451D

Tints of British Racing Green #06451D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 27.88%

R = 5.77%
G = 66.35%
B = 27.88%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#06451D (or 0x06451D) is known color: British Racing Green. HEX triplet: 06, 45 and 1D. RGB value is (6,69,29). Sum of RGB (Red+Green+Blue) = 6+69+29=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 69 (27.34% from 255 or 66.35% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 69 - color contains mainly: green. Hex color #06451D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06451D is #F9BAE2. Grayscale: #2D2D2D. Windows color (decimal): -16366307 or 1918214. OLE color: 1918214.

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

Color convert

RGB 6 69 29 -
CMYK 0.91 0 0.58 0.73
HSL 141.9º 0.84% 0.15% -
HSV(B) 141.9º 0.91% 0.27% -
XYZ 2.42 4.38 1.88 -
YUV 45.6 118.63 99.75 -
System Red Green Blue C M Y K H S L
Decimal 6 69 29 0.91 0 0.58 0.73 141.9 0.84 0.15
Hex 6 45 1D 5B 0 3A 49 8E 54 F
Octal 6 105 35 133 0 72 111 216 124 17
Binary 110 1000101 11101 1011011 0 111010 1001001 10001110 1010100 1111

Color Harmonies of #06451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06451D

Black with #06451D

Text Example


Text Example

White with #06451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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