Html Css Color HEX #953642 Well Read

📋 copy color: '#953642'

red 149 ◦ green 54 ◦ blue 66

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

Shades of Well Read #953642

Tints of Well Read #953642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.54%

R = 55.39%
G = 20.07%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#953642 (or 0x953642) is known color: Well Read. HEX triplet: 95, 36 and 42. RGB value is (149,54,66). Sum of RGB (Red+Green+Blue) = 149+54+66=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #953642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953642 is #6AC9BD. Grayscale: #535353. Windows color (decimal): -6998462 or 4339349. OLE color: 4339349.

HSL color Cylindrical-coordinate representation of color #953642: hue angle of 352.42º 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 #953642 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 54 66 -
CMYK 0 0.64 0.56 0.42
HSL 352.42º 0.47% 0.4% -
HSV(B) 352.42º 0.64% 0.58% -
XYZ 14.7 9.42 6.2 -
YUV 83.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 149 54 66 0 0.64 0.56 0.42 352.42 0.47 0.4
Hex 95 36 42 0 40 38 2A 160 2F 28
Octal 225 66 102 0 100 70 52 540 57 50
Binary 10010101 110110 1000010 0 1000000 111000 101010 101100000 101111 101000

Color Harmonies of #953642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953642

Black with #953642

Text Example


Text Example

White with #953642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953642; }

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

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

background-color css

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

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

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

border-color css

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

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

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