#964847

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

Shades of Roof Terracotta #964847

Tints of Roof Terracotta #964847

Color information

#964847 (or 0x964847) is unknown color: approx Roof Terracotta. HEX triplet: 96, 48 and 47. RGB value is (150,72,71). Sum of RGB (Red+Green+Blue) = 150+72+71=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #964847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964847 is #69B7B8. Grayscale: #5F5F5F. Windows color (decimal): -6928313 or 4671638. OLE color: 4671638.

HSL color Cylindrical-coordinate representation of color #964847: hue angle of 0.76º 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 #964847 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB1507271-
CMYK00.520.530.41
HSL0.76º35.75%43.33%-
HSV(B)0.76º52.67%58.82%-
XYZ16.0311.577.35-
YUV95.21114.34167.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 72 (28.52% from 255) = 24.57%
BLUE value IS 71 (28.12% from 255) = 24.23%
R=51.19%
G=24.57%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150727100.520.530.410.7635.7543.33
Hex96484703435291242b
Octal226110107064655114453
Binary100101101001000100011101101001101011010011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964847; }

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

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

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

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

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

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

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

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