Html Css Color HEX #984646 Roof Terracotta

📋 copy color: '#984646'

red 152 ◦ green 70 ◦ blue 70

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

Shades of Roof Terracotta #984646

Tints of Roof Terracotta #984646

RGB

 RED value IS 152 (59.77% from 255) = 52.05%

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

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

R = 52.05%
G = 23.97%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#984646 (or 0x984646) is known color: Roof Terracotta. HEX triplet: 98, 46 and 46. RGB value is (152,70,70). Sum of RGB (Red+Green+Blue) = 152+70+70=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #984646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984646 is #67B9B9. Grayscale: #5E5E5E. Windows color (decimal): -6797754 or 4605592. OLE color: 4605592.

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

Color convert

RGB 152 70 70 -
CMYK 0 0.54 0.54 0.40
HSL 0.37% 0.44% -
HSV(B) 0.54% 0.6% -
XYZ 16.24 11.5 7.16 -
YUV 94.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 152 70 70 0 0.54 0.54 0.40 0 0.37 0.44
Hex 98 46 46 0 36 36 28 0 25 2C
Octal 230 106 106 0 66 66 50 0 45 54
Binary 10011000 1000110 1000110 0 110110 110110 101000 0 100101 101100

Color Harmonies of #984646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984646

Black with #984646

Text Example


Text Example

White with #984646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984646; }

 p { color: rgb(152,70,70); }

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

background-color css

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

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

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

border-color css

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

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

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