Html Css Color HEX #99706E Copper Rose

📋 copy color: '#99706E'

red 153 ◦ green 112 ◦ blue 110

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

Shades of Copper Rose #99706E

Tints of Copper Rose #99706E

RGB

 RED value IS 153 (60.16% from 255) = 40.8%

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

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

R = 40.8%
G = 29.87%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#99706E (or 0x99706E) is known color: Copper Rose. HEX triplet: 99, 70 and 6E. RGB value is (153,112,110). Sum of RGB (Red+Green+Blue) = 153+112+110=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #99706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99706E is #668F91. Grayscale: #7C7C7C. Windows color (decimal): -6721426 or 7237785. OLE color: 7237785.

HSL color Cylindrical-coordinate representation of color #99706E: hue angle of 2.79º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99706E is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 112 110 -
CMYK 0 0.27 0.28 0.4
HSL 2.79º 0.17% 0.52% -
HSV(B) 2.79º 0.28% 0.6% -
XYZ 21.75 19.49 17.37 -
YUV 124.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 153 112 110 0 0.27 0.28 0.4 2.79 0.17 0.52
Hex 99 70 6E 0 1B 1C 28 3 11 34
Octal 231 160 156 0 33 34 50 3 21 64
Binary 10011001 1110000 1101110 0 11011 11100 101000 11 10001 110100

Color Harmonies of #99706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99706E

Black with #99706E

Text Example


Text Example

White with #99706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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