Html Css Color HEX #99706C Copper Rose

📋 copy color: '#99706C'

red 153 ◦ green 112 ◦ blue 108

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

Shades of Copper Rose #99706C

Tints of Copper Rose #99706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.95%

R = 41.02%
G = 30.03%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99706C (or 0x99706C) is known color: Copper Rose. HEX triplet: 99, 70 and 6C. RGB value is (153,112,108). Sum of RGB (Red+Green+Blue) = 153+112+108=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #99706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99706C is #668F93. Grayscale: #7B7B7B. Windows color (decimal): -6721428 or 7106713. OLE color: 7106713.

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

Color convert

RGB 153 112 108 -
CMYK 0 0.27 0.29 0.4
HSL 5.33º 0.18% 0.51% -
HSV(B) 5.33º 0.29% 0.6% -
XYZ 21.64 19.44 16.8 -
YUV 123.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 153 112 108 0 0.27 0.29 0.4 5.33 0.18 0.51
Hex 99 70 6C 0 1B 1D 28 5 12 33
Octal 231 160 154 0 33 35 50 5 22 63
Binary 10011001 1110000 1101100 0 11011 11101 101000 101 10010 110011

Color Harmonies of #99706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99706C

Black with #99706C

Text Example


Text Example

White with #99706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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