Html Css Color HEX #9C4643 Roof Terracotta

📋 copy color: '#9C4643'

red 156 ◦ green 70 ◦ blue 67

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

Shades of Roof Terracotta #9C4643

Tints of Roof Terracotta #9C4643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.87%

R = 53.24%
G = 23.89%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9C4643 (or 0x9C4643) is known color: Roof Terracotta. HEX triplet: 9C, 46 and 43. RGB value is (156,70,67). Sum of RGB (Red+Green+Blue) = 156+70+67=293 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.24% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4643 is #63B9BC. Grayscale: #5F5F5F. Windows color (decimal): -6535613 or 4408988. OLE color: 4408988.

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

Color convert

RGB 156 70 67 -
CMYK 0 0.55 0.57 0.39
HSL 2.02º 0.4% 0.44% -
HSV(B) 2.02º 0.57% 0.61% -
XYZ 16.91 11.85 6.71 -
YUV 95.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 156 70 67 0 0.55 0.57 0.39 2.02 0.4 0.44
Hex 9C 46 43 0 37 39 27 2 28 2C
Octal 234 106 103 0 67 71 47 2 50 54
Binary 10011100 1000110 1000011 0 110111 111001 100111 10 101000 101100

Color Harmonies of #9C4643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4643

Black with #9C4643

Text Example


Text Example

White with #9C4643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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