Html Css Color HEX #06401C British Racing Green

📋 copy color: '#06401C'

red 6 ◦ green 64 ◦ blue 28

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

Shades of British Racing Green #06401C

Tints of British Racing Green #06401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 65.31%

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

R = 6.12%
G = 65.31%
B = 28.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#06401C (or 0x06401C) is known color: British Racing Green. HEX triplet: 06, 40 and 1C. RGB value is (6,64,28). Sum of RGB (Red+Green+Blue) = 6+64+28=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #06401C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06401C is #F9BFE3. Grayscale: #2A2A2A. Windows color (decimal): -16367588 or 1851398. OLE color: 1851398.

HSL color Cylindrical-coordinate representation of color #06401C: hue angle of 142.76º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06401C is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 28 -
CMYK 0.91 0 0.56 0.75
HSL 142.76º 0.83% 0.14% -
HSV(B) 142.76º 0.91% 0.25% -
XYZ 2.12 3.79 1.72 -
YUV 42.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 6 64 28 0.91 0 0.56 0.75 142.76 0.83 0.14
Hex 6 40 1C 5B 0 38 4B 8F 53 E
Octal 6 100 34 133 0 70 113 217 123 16
Binary 110 1000000 11100 1011011 0 111000 1001011 10001111 1010011 1110

Color Harmonies of #06401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06401C

Black with #06401C

Text Example


Text Example

White with #06401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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