Html Css Color HEX #974946 Roof Terracotta

📋 copy color: '#974946'

red 151 ◦ green 73 ◦ blue 70

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

Shades of Roof Terracotta #974946

Tints of Roof Terracotta #974946

RGB

 RED value IS 151 (59.38% from 255) = 51.36%

 GREEN value IS 73 (28.91% from 255) = 24.83%

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

R = 51.36%
G = 24.83%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#974946 (or 0x974946) is known color: Roof Terracotta. HEX triplet: 97, 49 and 46. RGB value is (151,73,70). Sum of RGB (Red+Green+Blue) = 151+73+70=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #974946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974946 is #68B6B9. Grayscale: #606060. Windows color (decimal): -6862522 or 4606359. OLE color: 4606359.

HSL color Cylindrical-coordinate representation of color #974946: hue angle of 2.22º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #974946 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 73 70 -
CMYK 0 0.52 0.54 0.41
HSL 2.22º 0.37% 0.43% -
HSV(B) 2.22º 0.54% 0.59% -
XYZ 16.25 11.79 7.21 -
YUV 95.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 151 73 70 0 0.52 0.54 0.41 2.22 0.37 0.43
Hex 97 49 46 0 34 36 29 2 25 2B
Octal 227 111 106 0 64 66 51 2 45 53
Binary 10010111 1001001 1000110 0 110100 110110 101001 10 100101 101011

Color Harmonies of #974946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974946

Black with #974946

Text Example


Text Example

White with #974946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974946; }

 p { color: rgb(151,73,70); }

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

background-color css

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

 a { background-color: rgb(151,73,70); }

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

border-color css

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

 span { border-color: rgb(151,73,70); }

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