Html Css Color HEX #953646 Well Read

📋 copy color: '#953646'

red 149 ◦ green 54 ◦ blue 70

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

Shades of Well Read #953646

Tints of Well Read #953646

RGB

 RED value IS 149 (58.59% from 255) = 54.58%

 GREEN value IS 54 (21.48% from 255) = 19.78%

 BLUE value IS 70 (27.73% from 255) = 25.64%

R = 54.58%
G = 19.78%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#953646 (or 0x953646) is known color: Well Read. HEX triplet: 95, 36 and 46. RGB value is (149,54,70). Sum of RGB (Red+Green+Blue) = 149+54+70=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #953646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953646 is #6AC9B9. Grayscale: #545454. Windows color (decimal): -6998458 or 4601493. OLE color: 4601493.

HSL color Cylindrical-coordinate representation of color #953646: hue angle of 349.89º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953646 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 54 70 -
CMYK 0 0.64 0.53 0.42
HSL 349.89º 0.47% 0.4% -
HSV(B) 349.89º 0.64% 0.58% -
XYZ 14.82 9.47 6.84 -
YUV 84.23 119.97 174.2 -
System Red Green Blue C M Y K H S L
Decimal 149 54 70 0 0.64 0.53 0.42 349.89 0.47 0.4
Hex 95 36 46 0 40 35 2A 15E 2F 28
Octal 225 66 106 0 100 65 52 536 57 50
Binary 10010101 110110 1000110 0 1000000 110101 101010 101011110 101111 101000

Color Harmonies of #953646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953646

Black with #953646

Text Example


Text Example

White with #953646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953646; }

 p { color: rgb(149,54,70); }

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

background-color css

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

 a { background-color: rgb(149,54,70); }

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

border-color css

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

 span { border-color: rgb(149,54,70); }

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