Html Css Color HEX #413006 Mikado

📋 copy color: '#413006'

red 65 ◦ green 48 ◦ blue 6

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

Shades of Mikado #413006

Tints of Mikado #413006

RGB

 RED value IS 65 (25.78% from 255) = 54.62%

 GREEN value IS 48 (19.14% from 255) = 40.34%

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

R = 54.62%
G = 40.34%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#413006 (or 0x413006) is known color: Mikado. HEX triplet: 41, 30 and 06. RGB value is (65,48,6). Sum of RGB (Red+Green+Blue) = 65+48+6=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #413006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413006 is #BECFF9. Grayscale: #303030. Windows color (decimal): -12505082 or 405569. OLE color: 405569.

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

Color convert

RGB 65 48 6 -
CMYK 0 0.26 0.91 0.75
HSL 42.71º 0.83% 0.14% -
HSV(B) 42.71º 0.91% 0.25% -
XYZ 3.27 3.25 0.63 -
YUV 48.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 65 48 6 0 0.26 0.91 0.75 42.71 0.83 0.14
Hex 41 30 6 0 1A 5B 4B 2B 53 E
Octal 101 60 6 0 32 133 113 53 123 16
Binary 1000001 110000 110 0 11010 1011011 1001011 101011 1010011 1110

Color Harmonies of #413006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413006

Black with #413006

Text Example


Text Example

White with #413006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413006; }

 p { color: rgb(65,48,6); }

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

background-color css

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

 a { background-color: rgb(65,48,6); }

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

border-color css

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

 span { border-color: rgb(65,48,6); }

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