Html Css Color HEX #9B6764 Copper Rose

📋 copy color: '#9B6764'

red 155 ◦ green 103 ◦ blue 100

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

Shades of Copper Rose #9B6764

Tints of Copper Rose #9B6764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.77%

 BLUE value IS 100 (39.45% from 255) = 27.93%

R = 43.3%
G = 28.77%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B6764 (or 0x9B6764) is known color: Copper Rose. HEX triplet: 9B, 67 and 64. RGB value is (155,103,100). Sum of RGB (Red+Green+Blue) = 155+103+100=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6764 is #64989B. Grayscale: #767676. Windows color (decimal): -6592668 or 6580123. OLE color: 6580123.

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

Color convert

RGB 155 103 100 -
CMYK 0 0.34 0.35 0.39
HSL 3.27º 0.22% 0.5% -
HSV(B) 3.27º 0.35% 0.61% -
XYZ 20.67 17.59 14.36 -
YUV 118.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 155 103 100 0 0.34 0.35 0.39 3.27 0.22 0.5
Hex 9B 67 64 0 22 23 27 3 16 32
Octal 233 147 144 0 42 43 47 3 26 62
Binary 10011011 1100111 1100100 0 100010 100011 100111 11 10110 110010

Color Harmonies of #9B6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6764

Black with #9B6764

Text Example


Text Example

White with #9B6764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,103,100); }

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

background-color css

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

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

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

border-color css

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

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

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