Html Css Color HEX #9B6D6D Copper Rose

📋 copy color: '#9B6D6D'

red 155 ◦ green 109 ◦ blue 109

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

Shades of Copper Rose #9B6D6D

Tints of Copper Rose #9B6D6D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.22%

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 41.55%
G = 29.22%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B6D6D (or 0x9B6D6D) is known color: Copper Rose. HEX triplet: 9B, 6D and 6D. RGB value is (155,109,109). Sum of RGB (Red+Green+Blue) = 155+109+109=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6D6D is #649292. Grayscale: #7A7A7A. Windows color (decimal): -6591123 or 7171483. OLE color: 7171483.

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

Color convert

RGB 155 109 109 -
CMYK 0 0.30 0.30 0.39
HSL 0.19% 0.52% -
HSV(B) 0.3% 0.61% -
XYZ 21.75 19.01 16.99 -
YUV 122.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 155 109 109 0 0.30 0.30 0.39 0 0.19 0.52
Hex 9B 6D 6D 0 1E 1E 27 0 13 34
Octal 233 155 155 0 36 36 47 0 23 64
Binary 10011011 1101101 1101101 0 11110 11110 100111 0 10011 110100

Color Harmonies of #9B6D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6D6D

Black with #9B6D6D

Text Example


Text Example

White with #9B6D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,109,109); }

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

background-color css

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

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

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

border-color css

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

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

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