Html Css Color HEX #99625E Copper Rose

📋 copy color: '#99625E'

red 153 ◦ green 98 ◦ blue 94

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

Shades of Copper Rose #99625E

Tints of Copper Rose #99625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

 BLUE value IS 94 (37.11% from 255) = 27.25%

R = 44.35%
G = 28.41%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#99625E (or 0x99625E) is known color: Copper Rose. HEX triplet: 99, 62 and 5E. RGB value is (153,98,94). Sum of RGB (Red+Green+Blue) = 153+98+94=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99625E is #669DA1. Grayscale: #727272. Windows color (decimal): -6725026 or 6185625. OLE color: 6185625.

HSL color Cylindrical-coordinate representation of color #99625E: hue angle of 4.07º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99625E is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 98 94 -
CMYK 0 0.36 0.39 0.4
HSL 4.07º 0.24% 0.48% -
HSV(B) 4.07º 0.39% 0.6% -
XYZ 19.52 16.32 12.71 -
YUV 113.99 116.72 155.83 -
System Red Green Blue C M Y K H S L
Decimal 153 98 94 0 0.36 0.39 0.4 4.07 0.24 0.48
Hex 99 62 5E 0 24 27 28 4 18 30
Octal 231 142 136 0 44 47 50 4 30 60
Binary 10011001 1100010 1011110 0 100100 100111 101000 100 11000 110000

Color Harmonies of #99625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99625E

Black with #99625E

Text Example


Text Example

White with #99625E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,98,94); }

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

background-color css

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

 a { background-color: rgb(153,98,94); }

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

border-color css

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

 span { border-color: rgb(153,98,94); }

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