Html Css Color HEX #996A67 Copper Rose

📋 copy color: '#996A67'

red 153 ◦ green 106 ◦ blue 103

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

Shades of Copper Rose #996A67

Tints of Copper Rose #996A67

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.28%

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

R = 42.27%
G = 29.28%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#996A67 (or 0x996A67) is known color: Copper Rose. HEX triplet: 99, 6A and 67. RGB value is (153,106,103). Sum of RGB (Red+Green+Blue) = 153+106+103=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #996A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A67 is #669598. Grayscale: #777777. Windows color (decimal): -6722969 or 6777497. OLE color: 6777497.

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

Color convert

RGB 153 106 103 -
CMYK 0 0.31 0.33 0.4
HSL 3.6º 0.2% 0.5% -
HSV(B) 3.6º 0.33% 0.6% -
XYZ 20.74 18.06 15.22 -
YUV 119.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 153 106 103 0 0.31 0.33 0.4 3.6 0.2 0.5
Hex 99 6A 67 0 1F 21 28 4 14 32
Octal 231 152 147 0 37 41 50 4 24 62
Binary 10011001 1101010 1100111 0 11111 100001 101000 100 10100 110010

Color Harmonies of #996A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A67

Black with #996A67

Text Example


Text Example

White with #996A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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