Html Css Color HEX #423C36 Taupe

📋 copy color: '#423C36'

red 66 ◦ green 60 ◦ blue 54

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

Shades of Taupe #423C36

Tints of Taupe #423C36

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.33%

 BLUE value IS 54 (21.48% from 255) = 30%

R = 36.67%
G = 33.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#423C36 (or 0x423C36) is known color: Taupe. HEX triplet: 42, 3C and 36. RGB value is (66,60,54). Sum of RGB (Red+Green+Blue) = 66+60+54=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 66 - color contains mainly: red. Hex color #423C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C36 is #BDC3C9. Grayscale: #3D3D3D. Windows color (decimal): -12436426 or 3554370. OLE color: 3554370.

HSL color Cylindrical-coordinate representation of color #423C36: hue angle of 30º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #423C36 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 60 54 -
CMYK 0 0.09 0.18 0.74
HSL 30º 0.1% 0.24% -
HSV(B) 30º 0.18% 0.26% -
XYZ 4.53 4.66 4.15 -
YUV 61.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 66 60 54 0 0.09 0.18 0.74 30 0.1 0.24
Hex 42 3C 36 0 9 12 4A 1E A 18
Octal 102 74 66 0 11 22 112 36 12 30
Binary 1000010 111100 110110 0 1001 10010 1001010 11110 1010 11000

Color Harmonies of #423C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C36

Black with #423C36

Text Example


Text Example

White with #423C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423C36; }

 p { color: rgb(66,60,54); }

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

background-color css

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

 a { background-color: rgb(66,60,54); }

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

border-color css

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

 span { border-color: rgb(66,60,54); }

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