Html Css Color HEX #996362 Copper Rose

📋 copy color: '#996362'

red 153 ◦ green 99 ◦ blue 98

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

Shades of Copper Rose #996362

Tints of Copper Rose #996362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

 BLUE value IS 98 (38.67% from 255) = 28%

R = 43.71%
G = 28.29%
B = 28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#996362 (or 0x996362) is known color: Copper Rose. HEX triplet: 99, 63 and 62. RGB value is (153,99,98). Sum of RGB (Red+Green+Blue) = 153+99+98=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #996362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996362 is #669C9D. Grayscale: #737373. Windows color (decimal): -6724766 or 6448025. OLE color: 6448025.

HSL color Cylindrical-coordinate representation of color #996362: hue angle of 1.09º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #996362 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 99 98 -
CMYK 0 0.35 0.36 0.4
HSL 1.09º 0.22% 0.49% -
HSV(B) 1.09º 0.36% 0.6% -
XYZ 19.8 16.58 13.71 -
YUV 115.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 153 99 98 0 0.35 0.36 0.4 1.09 0.22 0.49
Hex 99 63 62 0 23 24 28 1 16 31
Octal 231 143 142 0 43 44 50 1 26 61
Binary 10011001 1100011 1100010 0 100011 100100 101000 1 10110 110001

Color Harmonies of #996362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996362

Black with #996362

Text Example


Text Example

White with #996362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996362; }

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

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

background-color css

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

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

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

border-color css

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

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

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