Html Css Color HEX #9C6665 Copper Rose

📋 copy color: '#9C6665'

red 156 ◦ green 102 ◦ blue 101

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

Shades of Copper Rose #9C6665

Tints of Copper Rose #9C6665

RGB

 RED value IS 156 (61.33% from 255) = 43.45%

 GREEN value IS 102 (40.23% from 255) = 28.41%

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 43.45%
G = 28.41%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9C6665 (or 0x9C6665) is known color: Copper Rose. HEX triplet: 9C, 66 and 65. RGB value is (156,102,101). Sum of RGB (Red+Green+Blue) = 156+102+101=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6665 is #63999A. Grayscale: #767676. Windows color (decimal): -6527387 or 6645404. OLE color: 6645404.

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

Color convert

RGB 156 102 101 -
CMYK 0 0.35 0.35 0.39
HSL 1.09º 0.22% 0.5% -
HSV(B) 1.09º 0.35% 0.61% -
XYZ 20.81 17.51 14.59 -
YUV 118.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 156 102 101 0 0.35 0.35 0.39 1.09 0.22 0.5
Hex 9C 66 65 0 23 23 27 1 16 32
Octal 234 146 145 0 43 43 47 1 26 62
Binary 10011100 1100110 1100101 0 100011 100011 100111 1 10110 110010

Color Harmonies of #9C6665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6665

Black with #9C6665

Text Example


Text Example

White with #9C6665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C6665; }

 p { color: rgb(156,102,101); }

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

background-color css

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

 a { background-color: rgb(156,102,101); }

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

border-color css

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

 span { border-color: rgb(156,102,101); }

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