Html Css Color HEX #9B716E Copper Rose

📋 copy color: '#9B716E'

red 155 ◦ green 113 ◦ blue 110

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

Shades of Copper Rose #9B716E

Tints of Copper Rose #9B716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.89%

 BLUE value IS 110 (43.36% from 255) = 29.1%

R = 41.01%
G = 29.89%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B716E (or 0x9B716E) is known color: Copper Rose. HEX triplet: 9B, 71 and 6E. RGB value is (155,113,110). Sum of RGB (Red+Green+Blue) = 155+113+110=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B716E is #648E91. Grayscale: #7D7D7D. Windows color (decimal): -6590098 or 7238043. OLE color: 7238043.

HSL color Cylindrical-coordinate representation of color #9B716E: hue angle of 4º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B716E is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 113 110 -
CMYK 0 0.27 0.29 0.39
HSL 0.18% 0.52% -
HSV(B) 0.29% 0.61% -
XYZ 22.24 19.9 17.42 -
YUV 125.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 155 113 110 0 0.27 0.29 0.39 4 0.18 0.52
Hex 9B 71 6E 0 1B 1D 27 4 12 34
Octal 233 161 156 0 33 35 47 4 22 64
Binary 10011011 1110001 1101110 0 11011 11101 100111 100 10010 110100

Color Harmonies of #9B716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B716E

Black with #9B716E

Text Example


Text Example

White with #9B716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,113,110); }

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

background-color css

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

 a { background-color: rgb(155,113,110); }

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

border-color css

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

 span { border-color: rgb(155,113,110); }

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