Html Css Color HEX #9B6F6E Copper Rose

📋 copy color: '#9B6F6E'

red 155 ◦ green 111 ◦ blue 110

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

Shades of Copper Rose #9B6F6E

Tints of Copper Rose #9B6F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.52%

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

R = 41.22%
G = 29.52%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B6F6E (or 0x9B6F6E) is known color: Copper Rose. HEX triplet: 9B, 6F and 6E. RGB value is (155,111,110). Sum of RGB (Red+Green+Blue) = 155+111+110=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6F6E is #649091. Grayscale: #7C7C7C. Windows color (decimal): -6590610 or 7237531. OLE color: 7237531.

HSL color Cylindrical-coordinate representation of color #9B6F6E: hue angle of 1.33º 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 #9B6F6E is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 111 110 -
CMYK 0 0.28 0.29 0.39
HSL 1.33º 0.18% 0.52% -
HSV(B) 1.33º 0.29% 0.61% -
XYZ 22.02 19.46 17.35 -
YUV 124.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 155 111 110 0 0.28 0.29 0.39 1.33 0.18 0.52
Hex 9B 6F 6E 0 1C 1D 27 1 12 34
Octal 233 157 156 0 34 35 47 1 22 64
Binary 10011011 1101111 1101110 0 11100 11101 100111 1 10010 110100

Color Harmonies of #9B6F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6F6E

Black with #9B6F6E

Text Example


Text Example

White with #9B6F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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