Html Css Color HEX #463506 Mikado

📋 copy color: '#463506'

red 70 ◦ green 53 ◦ blue 6

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

Shades of Mikado #463506

Tints of Mikado #463506

RGB

 RED value IS 70 (27.73% from 255) = 54.26%

 GREEN value IS 53 (21.09% from 255) = 41.09%

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

R = 54.26%
G = 41.09%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#463506 (or 0x463506) is known color: Mikado. HEX triplet: 46, 35 and 06. RGB value is (70,53,6). Sum of RGB (Red+Green+Blue) = 70+53+6=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #463506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463506 is #B9CAF9. Grayscale: #343434. Windows color (decimal): -12176122 or 406854. OLE color: 406854.

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

Color convert

RGB 70 53 6 -
CMYK 0 0.24 0.91 0.73
HSL 44.06º 0.84% 0.15% -
HSV(B) 44.06º 0.91% 0.27% -
XYZ 3.83 3.86 0.72 -
YUV 52.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 70 53 6 0 0.24 0.91 0.73 44.06 0.84 0.15
Hex 46 35 6 0 18 5B 49 2C 54 F
Octal 106 65 6 0 30 133 111 54 124 17
Binary 1000110 110101 110 0 11000 1011011 1001001 101100 1010100 1111

Color Harmonies of #463506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463506

Black with #463506

Text Example


Text Example

White with #463506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463506; }

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

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

background-color css

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

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

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

border-color css

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

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

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