Html Css Color HEX #99615F Copper Rose

📋 copy color: '#99615F'

red 153 ◦ green 97 ◦ blue 95

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

Shades of Copper Rose #99615F

Tints of Copper Rose #99615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.12%

 BLUE value IS 95 (37.5% from 255) = 27.54%

R = 44.35%
G = 28.12%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#99615F (or 0x99615F) is known color: Copper Rose. HEX triplet: 99, 61 and 5F. RGB value is (153,97,95). Sum of RGB (Red+Green+Blue) = 153+97+95=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99615F is #669EA0. Grayscale: #717171. Windows color (decimal): -6725281 or 6250905. OLE color: 6250905.

HSL color Cylindrical-coordinate representation of color #99615F: hue angle of 2.07º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99615F is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 97 95 -
CMYK 0 0.37 0.38 0.4
HSL 2.07º 0.23% 0.49% -
HSV(B) 2.07º 0.38% 0.6% -
XYZ 19.48 16.15 12.92 -
YUV 113.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 153 97 95 0 0.37 0.38 0.4 2.07 0.23 0.49
Hex 99 61 5F 0 25 26 28 2 17 31
Octal 231 141 137 0 45 46 50 2 27 61
Binary 10011001 1100001 1011111 0 100101 100110 101000 10 10111 110001

Color Harmonies of #99615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99615F

Black with #99615F

Text Example


Text Example

White with #99615F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99615F; }

 p { color: rgb(153,97,95); }

 H1.HeaderClassName
 {
   color: #99615F;
 }
 .AnyTagClassName
 {
   color: #99615F;
 }
</style>

background-color css

<style>
 a { background-color: #99615F; }

 a { background-color: rgb(153,97,95); }

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

border-color css

<style>
 span { border-color: #99615F; }

 span { border-color: rgb(153,97,95); }

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