Html Css Color HEX #9B6562 Copper Rose

📋 copy color: '#9B6562'

red 155 ◦ green 101 ◦ blue 98

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

Shades of Copper Rose #9B6562

Tints of Copper Rose #9B6562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.53%

 BLUE value IS 98 (38.67% from 255) = 27.68%

R = 43.79%
G = 28.53%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B6562 (or 0x9B6562) is known color: Copper Rose. HEX triplet: 9B, 65 and 62. RGB value is (155,101,98). Sum of RGB (Red+Green+Blue) = 155+101+98=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6562 is #649A9D. Grayscale: #747474. Windows color (decimal): -6593182 or 6448539. OLE color: 6448539.

HSL color Cylindrical-coordinate representation of color #9B6562: hue angle of 3.16º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B6562 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 101 98 -
CMYK 0 0.35 0.37 0.39
HSL 3.16º 0.23% 0.5% -
HSV(B) 3.16º 0.37% 0.61% -
XYZ 20.38 17.16 13.79 -
YUV 116.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 155 101 98 0 0.35 0.37 0.39 3.16 0.23 0.5
Hex 9B 65 62 0 23 25 27 3 17 32
Octal 233 145 142 0 43 45 47 3 27 62
Binary 10011011 1100101 1100010 0 100011 100101 100111 11 10111 110010

Color Harmonies of #9B6562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6562

Black with #9B6562

Text Example


Text Example

White with #9B6562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,101,98); }

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

background-color css

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

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

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

border-color css

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

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

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