Html Css Color HEX #423006 Mikado

📋 copy color: '#423006'

red 66 ◦ green 48 ◦ blue 6

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

Shades of Mikado #423006

Tints of Mikado #423006

RGB

 RED value IS 66 (26.17% from 255) = 55%

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

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

R = 55%
G = 40%
B = 5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#423006 (or 0x423006) is known color: Mikado. HEX triplet: 42, 30 and 06. RGB value is (66,48,6). Sum of RGB (Red+Green+Blue) = 66+48+6=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #423006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423006 is #BDCFF9. Grayscale: #303030. Windows color (decimal): -12439546 or 405570. OLE color: 405570.

HSL color Cylindrical-coordinate representation of color #423006: hue angle of 42º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #423006 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 48 6 -
CMYK 0 0.27 0.91 0.74
HSL 42º 0.83% 0.14% -
HSV(B) 42º 0.91% 0.26% -
XYZ 3.34 3.29 0.63 -
YUV 48.59 103.96 140.42 -
System Red Green Blue C M Y K H S L
Decimal 66 48 6 0 0.27 0.91 0.74 42 0.83 0.14
Hex 42 30 6 0 1B 5B 4A 2A 53 E
Octal 102 60 6 0 33 133 112 52 123 16
Binary 1000010 110000 110 0 11011 1011011 1001010 101010 1010011 1110

Color Harmonies of #423006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423006

Black with #423006

Text Example


Text Example

White with #423006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423006; }

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

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

background-color css

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

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

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

border-color css

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

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

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