Html Css Color HEX #9C4342 Roof Terracotta

📋 copy color: '#9C4342'

red 156 ◦ green 67 ◦ blue 66

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

Shades of Roof Terracotta #9C4342

Tints of Roof Terracotta #9C4342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.18%

 BLUE value IS 66 (26.17% from 255) = 22.84%

R = 53.98%
G = 23.18%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9C4342 (or 0x9C4342) is known color: Roof Terracotta. HEX triplet: 9C, 43 and 42. RGB value is (156,67,66). Sum of RGB (Red+Green+Blue) = 156+67+66=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4342 is #63BCBD. Grayscale: #5D5D5D. Windows color (decimal): -6536382 or 4342684. OLE color: 4342684.

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

Color convert

RGB 156 67 66 -
CMYK 0 0.57 0.58 0.39
HSL 0.67º 0.41% 0.44% -
HSV(B) 0.67º 0.58% 0.61% -
XYZ 16.7 11.48 6.49 -
YUV 93.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 156 67 66 0 0.57 0.58 0.39 0.67 0.41 0.44
Hex 9C 43 42 0 39 3A 27 1 29 2C
Octal 234 103 102 0 71 72 47 1 51 54
Binary 10011100 1000011 1000010 0 111001 111010 100111 1 101001 101100

Color Harmonies of #9C4342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4342

Black with #9C4342

Text Example


Text Example

White with #9C4342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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