Html Css Color HEX #9B4644 Roof Terracotta

📋 copy color: '#9B4644'

red 155 ◦ green 70 ◦ blue 68

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

Shades of Roof Terracotta #9B4644

Tints of Roof Terracotta #9B4644

RGB

 RED value IS 155 (60.94% from 255) = 52.9%

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

 BLUE value IS 68 (26.95% from 255) = 23.21%

R = 52.9%
G = 23.89%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9B4644 (or 0x9B4644) is known color: Roof Terracotta. HEX triplet: 9B, 46 and 44. RGB value is (155,70,68). Sum of RGB (Red+Green+Blue) = 155+70+68=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4644 is #64B9BB. Grayscale: #5F5F5F. Windows color (decimal): -6601148 or 4474523. OLE color: 4474523.

HSL color Cylindrical-coordinate representation of color #9B4644: hue angle of 1.38º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B4644 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 70 68 -
CMYK 0 0.55 0.56 0.39
HSL 1.38º 0.39% 0.44% -
HSV(B) 1.38º 0.56% 0.61% -
XYZ 16.75 11.77 6.86 -
YUV 95.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 155 70 68 0 0.55 0.56 0.39 1.38 0.39 0.44
Hex 9B 46 44 0 37 38 27 1 27 2C
Octal 233 106 104 0 67 70 47 1 47 54
Binary 10011011 1000110 1000100 0 110111 111000 100111 1 100111 101100

Color Harmonies of #9B4644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4644

Black with #9B4644

Text Example


Text Example

White with #9B4644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,70,68); }

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

background-color css

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

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

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

border-color css

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

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

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