Html Css Color HEX #9B706F Copper Rose

📋 copy color: '#9B706F'

red 155 ◦ green 112 ◦ blue 111

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

Shades of Copper Rose #9B706F

Tints of Copper Rose #9B706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 41.01%
G = 29.63%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B706F (or 0x9B706F) is known color: Copper Rose. HEX triplet: 9B, 70 and 6F. RGB value is (155,112,111). Sum of RGB (Red+Green+Blue) = 155+112+111=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B706F is #648F90. Grayscale: #7C7C7C. Windows color (decimal): -6590353 or 7303323. OLE color: 7303323.

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

Color convert

RGB 155 112 111 -
CMYK 0 0.28 0.28 0.39
HSL 1.36º 0.18% 0.52% -
HSV(B) 1.36º 0.28% 0.61% -
XYZ 22.18 19.7 17.67 -
YUV 124.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 155 112 111 0 0.28 0.28 0.39 1.36 0.18 0.52
Hex 9B 70 6F 0 1C 1C 27 1 12 34
Octal 233 160 157 0 34 34 47 1 22 64
Binary 10011011 1110000 1101111 0 11100 11100 100111 1 10010 110100

Color Harmonies of #9B706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B706F

Black with #9B706F

Text Example


Text Example

White with #9B706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,112,111); }

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

background-color css

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

 a { background-color: rgb(155,112,111); }

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

border-color css

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

 span { border-color: rgb(155,112,111); }

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