Html Css Color HEX #964545 Roof Terracotta

📋 copy color: '#964545'

red 150 ◦ green 69 ◦ blue 69

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

Shades of Roof Terracotta #964545

Tints of Roof Terracotta #964545

RGB

 RED value IS 150 (58.98% from 255) = 52.08%

 GREEN value IS 69 (27.34% from 255) = 23.96%

 BLUE value IS 69 (27.34% from 255) = 23.96%

R = 52.08%
G = 23.96%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#964545 (or 0x964545) is known color: Roof Terracotta. HEX triplet: 96, 45 and 45. RGB value is (150,69,69). Sum of RGB (Red+Green+Blue) = 150+69+69=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #964545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964545 is #69BABA. Grayscale: #5D5D5D. Windows color (decimal): -6929083 or 4539798. OLE color: 4539798.

HSL color Cylindrical-coordinate representation of color #964545: hue angle of 0º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964545 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 69 69 -
CMYK 0 0.54 0.54 0.41
HSL 0.37% 0.43% -
HSV(B) 0.54% 0.59% -
XYZ 15.78 11.17 6.95 -
YUV 93.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 150 69 69 0 0.54 0.54 0.41 0 0.37 0.43
Hex 96 45 45 0 36 36 29 0 25 2B
Octal 226 105 105 0 66 66 51 0 45 53
Binary 10010110 1000101 1000101 0 110110 110110 101001 0 100101 101011

Color Harmonies of #964545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964545

Black with #964545

Text Example


Text Example

White with #964545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964545; }

 p { color: rgb(150,69,69); }

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

background-color css

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

 a { background-color: rgb(150,69,69); }

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

border-color css

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

 span { border-color: rgb(150,69,69); }

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