Html Css Color HEX #97706E Copper Rose

📋 copy color: '#97706E'

red 151 ◦ green 112 ◦ blue 110

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

Shades of Copper Rose #97706E

Tints of Copper Rose #97706E

RGB

 RED value IS 151 (59.38% from 255) = 40.48%

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

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

R = 40.48%
G = 30.03%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#97706E (or 0x97706E) is known color: Copper Rose. HEX triplet: 97, 70 and 6E. RGB value is (151,112,110). Sum of RGB (Red+Green+Blue) = 151+112+110=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 151 - color contains mainly: red. Hex color #97706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97706E is #688F91. Grayscale: #7B7B7B. Windows color (decimal): -6852498 or 7237783. OLE color: 7237783.

HSL color Cylindrical-coordinate representation of color #97706E: hue angle of 2.93º 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 #97706E is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 110 -
CMYK 0 0.26 0.27 0.41
HSL 2.93º 0.16% 0.51% -
HSV(B) 2.93º 0.27% 0.59% -
XYZ 21.37 19.29 17.35 -
YUV 123.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 151 112 110 0 0.26 0.27 0.41 2.93 0.16 0.51
Hex 97 70 6E 0 1A 1B 29 3 10 33
Octal 227 160 156 0 32 33 51 3 20 63
Binary 10010111 1110000 1101110 0 11010 11011 101001 11 10000 110011

Color Harmonies of #97706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97706E

Black with #97706E

Text Example


Text Example

White with #97706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97706E; }

 p { color: rgb(151,112,110); }

 H1.HeaderClassName
 {
   color: #97706E;
 }
 .AnyTagClassName
 {
   color: #97706E;
 }
</style>

background-color css

<style>
 a { background-color: #97706E; }

 a { background-color: rgb(151,112,110); }

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

border-color css

<style>
 span { border-color: #97706E; }

 span { border-color: rgb(151,112,110); }

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