Html Css Color HEX #99716D Copper Rose

📋 copy color: '#99716D'

red 153 ◦ green 113 ◦ blue 109

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

Shades of Copper Rose #99716D

Tints of Copper Rose #99716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

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

R = 40.8%
G = 30.13%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99716D (or 0x99716D) is known color: Copper Rose. HEX triplet: 99, 71 and 6D. RGB value is (153,113,109). Sum of RGB (Red+Green+Blue) = 153+113+109=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #99716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99716D is #668E92. Grayscale: #7C7C7C. Windows color (decimal): -6721171 or 7172505. OLE color: 7172505.

HSL color Cylindrical-coordinate representation of color #99716D: hue angle of 5.45º 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 #99716D is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 109 -
CMYK 0 0.26 0.29 0.4
HSL 5.45º 0.18% 0.51% -
HSV(B) 5.45º 0.29% 0.6% -
XYZ 21.8 19.69 17.12 -
YUV 124.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 153 113 109 0 0.26 0.29 0.4 5.45 0.18 0.51
Hex 99 71 6D 0 1A 1D 28 5 12 33
Octal 231 161 155 0 32 35 50 5 22 63
Binary 10011001 1110001 1101101 0 11010 11101 101000 101 10010 110011

Color Harmonies of #99716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99716D

Black with #99716D

Text Example


Text Example

White with #99716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,113,109); }

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

background-color css

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

 a { background-color: rgb(153,113,109); }

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

border-color css

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

 span { border-color: rgb(153,113,109); }

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