Html Css Color HEX #462F06 Mikado

📋 copy color: '#462F06'

red 70 ◦ green 47 ◦ blue 6

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

Shades of Mikado #462F06

Tints of Mikado #462F06

RGB

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

 GREEN value IS 47 (18.75% from 255) = 38.21%

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

R = 56.91%
G = 38.21%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#462F06 (or 0x462F06) is known color: Mikado. HEX triplet: 46, 2F and 06. RGB value is (70,47,6). Sum of RGB (Red+Green+Blue) = 70+47+6=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #462F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462F06 is #B9D0F9. Grayscale: #313131. Windows color (decimal): -12177658 or 405318. OLE color: 405318.

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

Color convert

RGB 70 47 6 -
CMYK 0 0.33 0.91 0.73
HSL 38.44º 0.84% 0.15% -
HSV(B) 38.44º 0.91% 0.27% -
XYZ 3.58 3.35 0.63 -
YUV 49.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 70 47 6 0 0.33 0.91 0.73 38.44 0.84 0.15
Hex 46 2F 6 0 21 5B 49 26 54 F
Octal 106 57 6 0 41 133 111 46 124 17
Binary 1000110 101111 110 0 100001 1011011 1001001 100110 1010100 1111

Color Harmonies of #462F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F06

Black with #462F06

Text Example


Text Example

White with #462F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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