#964545

Color #964545 Roof Terracotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roof Terracotta #964545

Tints of Roof Terracotta #964545

Color information

#964545 (or 0x964545) is unknown color: approx 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

RGB1506969-
CMYK00.540.540.41
HSL36.99%42.94%-
HSV(B)54%58.82%-
XYZ15.7811.176.95-
YUV93.22114.34168.5-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150696900.540.540.41036.9942.94
Hex96454503636290252b
Octal226105105066665104553
Binary100101101000101100010101101101101101010010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>