Html Css Color HEX #9F6765 Copper Rose

📋 copy color: '#9F6765'

red 159 ◦ green 103 ◦ blue 101

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

Shades of Copper Rose #9F6765

Tints of Copper Rose #9F6765

RGB

 RED value IS 159 (62.5% from 255) = 43.8%

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

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

R = 43.8%
G = 28.37%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F6765 (or 0x9F6765) is known color: Copper Rose. HEX triplet: 9F, 67 and 65. RGB value is (159,103,101). Sum of RGB (Red+Green+Blue) = 159+103+101=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6765 is #60989A. Grayscale: #777777. Windows color (decimal): -6330523 or 6645663. OLE color: 6645663.

HSL color Cylindrical-coordinate representation of color #9F6765: hue angle of 2.07º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F6765 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 103 101 -
CMYK 0 0.35 0.36 0.38
HSL 2.07º 0.23% 0.51% -
HSV(B) 2.07º 0.36% 0.62% -
XYZ 21.5 18.01 14.66 -
YUV 119.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 159 103 101 0 0.35 0.36 0.38 2.07 0.23 0.51
Hex 9F 67 65 0 23 24 26 2 17 33
Octal 237 147 145 0 43 44 46 2 27 63
Binary 10011111 1100111 1100101 0 100011 100100 100110 10 10111 110011

Color Harmonies of #9F6765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6765

Black with #9F6765

Text Example


Text Example

White with #9F6765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,103,101); }

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

background-color css

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

 a { background-color: rgb(159,103,101); }

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

border-color css

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

 span { border-color: rgb(159,103,101); }

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