Html Css Color HEX #9D6B68 Copper Rose

📋 copy color: '#9D6B68'

red 157 ◦ green 107 ◦ blue 104

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

Shades of Copper Rose #9D6B68

Tints of Copper Rose #9D6B68

RGB

 RED value IS 157 (61.72% from 255) = 42.66%

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

 BLUE value IS 104 (41.02% from 255) = 28.26%

R = 42.66%
G = 29.08%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9D6B68 (or 0x9D6B68) is known color: Copper Rose. HEX triplet: 9D, 6B and 68. RGB value is (157,107,104). Sum of RGB (Red+Green+Blue) = 157+107+104=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6B68 is #629497. Grayscale: #797979. Windows color (decimal): -6460568 or 6843293. OLE color: 6843293.

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

Color convert

RGB 157 107 104 -
CMYK 0 0.32 0.34 0.38
HSL 3.4º 0.21% 0.51% -
HSV(B) 3.4º 0.34% 0.62% -
XYZ 21.66 18.68 15.56 -
YUV 121.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 157 107 104 0 0.32 0.34 0.38 3.4 0.21 0.51
Hex 9D 6B 68 0 20 22 26 3 15 33
Octal 235 153 150 0 40 42 46 3 25 63
Binary 10011101 1101011 1101000 0 100000 100010 100110 11 10101 110011

Color Harmonies of #9D6B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6B68

Black with #9D6B68

Text Example


Text Example

White with #9D6B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,107,104); }

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

background-color css

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

 a { background-color: rgb(157,107,104); }

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

border-color css

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

 span { border-color: rgb(157,107,104); }

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