Html Css Color HEX #996C69 Copper Rose

📋 copy color: '#996C69'

red 153 ◦ green 108 ◦ blue 105

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

Shades of Copper Rose #996C69

Tints of Copper Rose #996C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

 BLUE value IS 105 (41.41% from 255) = 28.69%

R = 41.8%
G = 29.51%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#996C69 (or 0x996C69) is known color: Copper Rose. HEX triplet: 99, 6C and 69. RGB value is (153,108,105). Sum of RGB (Red+Green+Blue) = 153+108+105=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #996C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C69 is #669396. Grayscale: #797979. Windows color (decimal): -6722455 or 6909081. OLE color: 6909081.

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

Color convert

RGB 153 108 105 -
CMYK 0 0.29 0.31 0.4
HSL 3.75º 0.19% 0.51% -
HSV(B) 3.75º 0.31% 0.6% -
XYZ 21.05 18.52 15.83 -
YUV 121.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 153 108 105 0 0.29 0.31 0.4 3.75 0.19 0.51
Hex 99 6C 69 0 1D 1F 28 4 13 33
Octal 231 154 151 0 35 37 50 4 23 63
Binary 10011001 1101100 1101001 0 11101 11111 101000 100 10011 110011

Color Harmonies of #996C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C69

Black with #996C69

Text Example


Text Example

White with #996C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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