Html Css Color HEX #96706D Copper Rose

📋 copy color: '#96706D'

red 150 ◦ green 112 ◦ blue 109

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

Shades of Copper Rose #96706D

Tints of Copper Rose #96706D

RGB

 RED value IS 150 (58.98% from 255) = 40.43%

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

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

R = 40.43%
G = 30.19%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96706D (or 0x96706D) is known color: Copper Rose. HEX triplet: 96, 70 and 6D. RGB value is (150,112,109). Sum of RGB (Red+Green+Blue) = 150+112+109=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96706D is #698F92. Grayscale: #7B7B7B. Windows color (decimal): -6918035 or 7172246. OLE color: 7172246.

HSL color Cylindrical-coordinate representation of color #96706D: hue angle of 4.39º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96706D is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 109 -
CMYK 0 0.25 0.27 0.41
HSL 4.39º 0.16% 0.51% -
HSV(B) 4.39º 0.27% 0.59% -
XYZ 21.13 19.18 17.06 -
YUV 123.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 150 112 109 0 0.25 0.27 0.41 4.39 0.16 0.51
Hex 96 70 6D 0 19 1B 29 4 10 33
Octal 226 160 155 0 31 33 51 4 20 63
Binary 10010110 1110000 1101101 0 11001 11011 101001 100 10000 110011

Color Harmonies of #96706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96706D

Black with #96706D

Text Example


Text Example

White with #96706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96706D; }

 p { color: rgb(150,112,109); }

 H1.HeaderClassName
 {
   color: #96706D;
 }
 .AnyTagClassName
 {
   color: #96706D;
 }
</style>

background-color css

<style>
 a { background-color: #96706D; }

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

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

border-color css

<style>
 span { border-color: #96706D; }

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

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