Html Css Color HEX #9C4645 Roof Terracotta

📋 copy color: '#9C4645'

red 156 ◦ green 70 ◦ blue 69

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

Shades of Roof Terracotta #9C4645

Tints of Roof Terracotta #9C4645

RGB

 RED value IS 156 (61.33% from 255) = 52.88%

 GREEN value IS 70 (27.73% from 255) = 23.73%

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

R = 52.88%
G = 23.73%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9C4645 (or 0x9C4645) is known color: Roof Terracotta. HEX triplet: 9C, 46 and 45. RGB value is (156,70,69). Sum of RGB (Red+Green+Blue) = 156+70+69=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4645 is #63B9BA. Grayscale: #5F5F5F. Windows color (decimal): -6535611 or 4540060. OLE color: 4540060.

HSL color Cylindrical-coordinate representation of color #9C4645: hue angle of 0.69º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C4645 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 70 69 -
CMYK 0 0.55 0.56 0.39
HSL 0.69º 0.39% 0.44% -
HSV(B) 0.69º 0.56% 0.61% -
XYZ 16.97 11.88 7.03 -
YUV 95.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 156 70 69 0 0.55 0.56 0.39 0.69 0.39 0.44
Hex 9C 46 45 0 37 38 27 1 27 2C
Octal 234 106 105 0 67 70 47 1 47 54
Binary 10011100 1000110 1000101 0 110111 111000 100111 1 100111 101100

Color Harmonies of #9C4645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4645

Black with #9C4645

Text Example


Text Example

White with #9C4645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C4645; }

 p { color: rgb(156,70,69); }

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

background-color css

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

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

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

border-color css

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

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

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