Html Css Color HEX #9C4641 Roof Terracotta

📋 copy color: '#9C4641'

red 156 ◦ green 70 ◦ blue 65

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

Shades of Roof Terracotta #9C4641

Tints of Roof Terracotta #9C4641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 53.61%
G = 24.05%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9C4641 (or 0x9C4641) is known color: Roof Terracotta. HEX triplet: 9C, 46 and 41. RGB value is (156,70,65). Sum of RGB (Red+Green+Blue) = 156+70+65=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4641 is #63B9BE. Grayscale: #5F5F5F. Windows color (decimal): -6535615 or 4277916. OLE color: 4277916.

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

Color convert

RGB 156 70 65 -
CMYK 0 0.55 0.58 0.39
HSL 3.3º 0.41% 0.43% -
HSV(B) 3.3º 0.58% 0.61% -
XYZ 16.85 11.83 6.4 -
YUV 95.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 156 70 65 0 0.55 0.58 0.39 3.3 0.41 0.43
Hex 9C 46 41 0 37 3A 27 3 29 2B
Octal 234 106 101 0 67 72 47 3 51 53
Binary 10011100 1000110 1000001 0 110111 111010 100111 11 101001 101011

Color Harmonies of #9C4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4641

Black with #9C4641

Text Example


Text Example

White with #9C4641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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