Html Css Color HEX #9C6562 Copper Rose

📋 copy color: '#9C6562'

red 156 ◦ green 101 ◦ blue 98

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

Shades of Copper Rose #9C6562

Tints of Copper Rose #9C6562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.45%

 BLUE value IS 98 (38.67% from 255) = 27.61%

R = 43.94%
G = 28.45%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9C6562 (or 0x9C6562) is known color: Copper Rose. HEX triplet: 9C, 65 and 62. RGB value is (156,101,98). Sum of RGB (Red+Green+Blue) = 156+101+98=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6562 is #639A9D. Grayscale: #757575. Windows color (decimal): -6527646 or 6448540. OLE color: 6448540.

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

Color convert

RGB 156 101 98 -
CMYK 0 0.35 0.37 0.39
HSL 3.1º 0.23% 0.5% -
HSV(B) 3.1º 0.37% 0.61% -
XYZ 20.57 17.26 13.8 -
YUV 117.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 156 101 98 0 0.35 0.37 0.39 3.1 0.23 0.5
Hex 9C 65 62 0 23 25 27 3 17 32
Octal 234 145 142 0 43 45 47 3 27 62
Binary 10011100 1100101 1100010 0 100011 100101 100111 11 10111 110010

Color Harmonies of #9C6562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6562

Black with #9C6562

Text Example


Text Example

White with #9C6562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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