Html Css Color HEX #9F4643 Roof Terracotta

📋 copy color: '#9F4643'

red 159 ◦ green 70 ◦ blue 67

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

Shades of Roof Terracotta #9F4643

Tints of Roof Terracotta #9F4643

RGB

 RED value IS 159 (62.5% from 255) = 53.72%

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

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

R = 53.72%
G = 23.65%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9F4643 (or 0x9F4643) is known color: Roof Terracotta. HEX triplet: 9F, 46 and 43. RGB value is (159,70,67). Sum of RGB (Red+Green+Blue) = 159+70+67=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4643 is #60B9BC. Grayscale: #606060. Windows color (decimal): -6339005 or 4408991. OLE color: 4408991.

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

Color convert

RGB 159 70 67 -
CMYK 0 0.56 0.58 0.38
HSL 1.96º 0.41% 0.44% -
HSV(B) 1.96º 0.58% 0.62% -
XYZ 17.5 12.16 6.73 -
YUV 96.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 159 70 67 0 0.56 0.58 0.38 1.96 0.41 0.44
Hex 9F 46 43 0 38 3A 26 2 29 2C
Octal 237 106 103 0 70 72 46 2 51 54
Binary 10011111 1000110 1000011 0 111000 111010 100110 10 101001 101100

Color Harmonies of #9F4643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4643

Black with #9F4643

Text Example


Text Example

White with #9F4643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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