Html Css Color HEX #996B69 Copper Rose

📋 copy color: '#996B69'

red 153 ◦ green 107 ◦ blue 105

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

Shades of Copper Rose #996B69

Tints of Copper Rose #996B69

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.32%

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

R = 41.92%
G = 29.32%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#996B69 (or 0x996B69) is known color: Copper Rose. HEX triplet: 99, 6B and 69. RGB value is (153,107,105). Sum of RGB (Red+Green+Blue) = 153+107+105=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #996B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B69 is #669496. Grayscale: #787878. Windows color (decimal): -6722711 or 6908825. OLE color: 6908825.

HSL color Cylindrical-coordinate representation of color #996B69: hue angle of 2.5º 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 #996B69 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 107 105 -
CMYK 0 0.30 0.31 0.4
HSL 2.5º 0.19% 0.51% -
HSV(B) 2.5º 0.31% 0.6% -
XYZ 20.94 18.31 15.79 -
YUV 120.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 153 107 105 0 0.30 0.31 0.4 2.5 0.19 0.51
Hex 99 6B 69 0 1E 1F 28 2 13 33
Octal 231 153 151 0 36 37 50 2 23 63
Binary 10011001 1101011 1101001 0 11110 11111 101000 10 10011 110011

Color Harmonies of #996B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B69

Black with #996B69

Text Example


Text Example

White with #996B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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