Html Css Color HEX #463206 Mikado

📋 copy color: '#463206'

red 70 ◦ green 50 ◦ blue 6

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

Shades of Mikado #463206

Tints of Mikado #463206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.68%

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

R = 55.56%
G = 39.68%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#463206 (or 0x463206) is known color: Mikado. HEX triplet: 46, 32 and 06. RGB value is (70,50,6). Sum of RGB (Red+Green+Blue) = 70+50+6=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #463206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463206 is #B9CDF9. Grayscale: #333333. Windows color (decimal): -12176890 or 406086. OLE color: 406086.

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

Color convert

RGB 70 50 6 -
CMYK 0 0.29 0.91 0.73
HSL 41.25º 0.84% 0.15% -
HSV(B) 41.25º 0.91% 0.27% -
XYZ 3.7 3.6 0.67 -
YUV 50.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 70 50 6 0 0.29 0.91 0.73 41.25 0.84 0.15
Hex 46 32 6 0 1D 5B 49 29 54 F
Octal 106 62 6 0 35 133 111 51 124 17
Binary 1000110 110010 110 0 11101 1011011 1001001 101001 1010100 1111

Color Harmonies of #463206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463206

Black with #463206

Text Example


Text Example

White with #463206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463206; }

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

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

background-color css

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

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

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

border-color css

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

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

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