Html Css Color HEX #996B67 Copper Rose

📋 copy color: '#996B67'

red 153 ◦ green 107 ◦ blue 103

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

Shades of Copper Rose #996B67

Tints of Copper Rose #996B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.37%

R = 42.15%
G = 29.48%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#996B67 (or 0x996B67) is known color: Copper Rose. HEX triplet: 99, 6B and 67. RGB value is (153,107,103). Sum of RGB (Red+Green+Blue) = 153+107+103=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #996B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B67 is #669498. Grayscale: #787878. Windows color (decimal): -6722713 or 6777753. OLE color: 6777753.

HSL color Cylindrical-coordinate representation of color #996B67: hue angle of 4.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996B67 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 107 103 -
CMYK 0 0.30 0.33 0.4
HSL 4.8º 0.2% 0.5% -
HSV(B) 4.8º 0.33% 0.6% -
XYZ 20.84 18.27 15.26 -
YUV 120.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 153 107 103 0 0.30 0.33 0.4 4.8 0.2 0.5
Hex 99 6B 67 0 1E 21 28 5 14 32
Octal 231 153 147 0 36 41 50 5 24 62
Binary 10011001 1101011 1100111 0 11110 100001 101000 101 10100 110010

Color Harmonies of #996B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B67

Black with #996B67

Text Example


Text Example

White with #996B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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