Html Css Color HEX #540E06 Red Oxide

📋 copy color: '#540E06'

red 84 ◦ green 14 ◦ blue 6

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

Shades of Red Oxide #540E06

Tints of Red Oxide #540E06

RGB

 RED value IS 84 (33.2% from 255) = 80.77%

 GREEN value IS 14 (5.86% from 255) = 13.46%

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

R = 80.77%
G = 13.46%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#540E06 (or 0x540E06) is known color: Red Oxide. HEX triplet: 54, 0E and 06. RGB value is (84,14,6). Sum of RGB (Red+Green+Blue) = 84+14+6=104 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80.77% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 84 - color contains mainly: red. Hex color #540E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540E06 is #ABF1F9. Grayscale: #222222. Windows color (decimal): -11268602 or 396884. OLE color: 396884.

HSL color Cylindrical-coordinate representation of color #540E06: hue angle of 6.15º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540E06 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 14 6 -
CMYK 0 0.83 0.93 0.67
HSL 6.15º 0.87% 0.18% -
HSV(B) 6.15º 0.93% 0.33% -
XYZ 3.85 2.21 0.4 -
YUV 34.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 84 14 6 0 0.83 0.93 0.67 6.15 0.87 0.18
Hex 54 E 6 0 53 5D 43 6 57 12
Octal 124 16 6 0 123 135 103 6 127 22
Binary 1010100 1110 110 0 1010011 1011101 1000011 110 1010111 10010

Color Harmonies of #540E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540E06

Black with #540E06

Text Example


Text Example

White with #540E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540E06; }

 p { color: rgb(84,14,6); }

 H1.HeaderClassName
 {
   color: #540E06;
 }
 .AnyTagClassName
 {
   color: #540E06;
 }
</style>

background-color css

<style>
 a { background-color: #540E06; }

 a { background-color: rgb(84,14,6); }

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

border-color css

<style>
 span { border-color: #540E06; }

 span { border-color: rgb(84,14,6); }

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