#964746

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

Shades of Roof Terracotta #964746

Tints of Roof Terracotta #964746

Color information

#964746 (or 0x964746) is unknown color: approx Roof Terracotta. HEX triplet: 96, 47 and 46. RGB value is (150,71,70). Sum of RGB (Red+Green+Blue) = 150+71+70=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #964746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964746 is #69B8B9. Grayscale: #5E5E5E. Windows color (decimal): -6928570 or 4605846. OLE color: 4605846.

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

Color convert

RGB1507170-
CMYK00.530.530.41
HSL0.75º36.36%43.14%-
HSV(B)0.75º53.33%58.82%-
XYZ15.9411.437.16-
YUV94.51114.17167.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 70 (27.73% from 255) = 24.05%
R=51.55%
G=24.40%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150717000.530.530.410.7536.3643.14
Hex96474603535291242b
Octal226107106065655114453
Binary100101101000111100011001101011101011010011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964746; }

 p { color: rgb(150,71,70); }

 H1.HeaderClassName
 {
   color: #964746;
 }
 .AnyTagClassName
 {
   color: #964746;
 }
</style>
background-color css

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

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

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

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

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

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