Html Css Color HEX #974746 Roof Terracotta

📋 copy color: '#974746'

red 151 ◦ green 71 ◦ blue 70

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

Shades of Roof Terracotta #974746

Tints of Roof Terracotta #974746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.32%

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

R = 51.71%
G = 24.32%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#974746 (or 0x974746) is known color: Roof Terracotta. HEX triplet: 97, 47 and 46. RGB value is (151,71,70). Sum of RGB (Red+Green+Blue) = 151+71+70=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #974746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974746 is #68B8B9. Grayscale: #5E5E5E. Windows color (decimal): -6863034 or 4605847. OLE color: 4605847.

HSL color Cylindrical-coordinate representation of color #974746: hue angle of 0.74º 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 #974746 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 71 70 -
CMYK 0 0.53 0.54 0.41
HSL 0.74º 0.37% 0.43% -
HSV(B) 0.74º 0.54% 0.59% -
XYZ 16.12 11.53 7.17 -
YUV 94.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 151 71 70 0 0.53 0.54 0.41 0.74 0.37 0.43
Hex 97 47 46 0 35 36 29 1 25 2B
Octal 227 107 106 0 65 66 51 1 45 53
Binary 10010111 1000111 1000110 0 110101 110110 101001 1 100101 101011

Color Harmonies of #974746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974746

Black with #974746

Text Example


Text Example

White with #974746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974746; }

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

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

background-color css

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

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

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

border-color css

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

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

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