Html Css Color HEX #9F4F46 Roof Terracotta

📋 copy color: '#9F4F46'

red 159 ◦ green 79 ◦ blue 70

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

Shades of Roof Terracotta #9F4F46

Tints of Roof Terracotta #9F4F46

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.65%

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 51.62%
G = 25.65%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#9F4F46 (or 0x9F4F46) is known color: Roof Terracotta. HEX triplet: 9F, 4F and 46. RGB value is (159,79,70). Sum of RGB (Red+Green+Blue) = 159+79+70=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F4F46 is #60B0B9. Grayscale: #666666. Windows color (decimal): -6336698 or 4607903. OLE color: 4607903.

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

Color convert

RGB 159 79 70 -
CMYK 0 0.50 0.56 0.38
HSL 6.07º 0.39% 0.45% -
HSV(B) 6.07º 0.56% 0.62% -
XYZ 18.2 13.41 7.42 -
YUV 101.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 159 79 70 0 0.50 0.56 0.38 6.07 0.39 0.45
Hex 9F 4F 46 0 32 38 26 6 27 2D
Octal 237 117 106 0 62 70 46 6 47 55
Binary 10011111 1001111 1000110 0 110010 111000 100110 110 100111 101101

Color Harmonies of #9F4F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4F46

Black with #9F4F46

Text Example


Text Example

White with #9F4F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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