Html Css Color HEX #9A605E Copper Rose

📋 copy color: '#9A605E'

red 154 ◦ green 96 ◦ blue 94

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

Shades of Copper Rose #9A605E

Tints of Copper Rose #9A605E

RGB

 RED value IS 154 (60.55% from 255) = 44.77%

 GREEN value IS 96 (37.89% from 255) = 27.91%

 BLUE value IS 94 (37.11% from 255) = 27.33%

R = 44.77%
G = 27.91%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#9A605E (or 0x9A605E) is known color: Copper Rose. HEX triplet: 9A, 60 and 5E. RGB value is (154,96,94). Sum of RGB (Red+Green+Blue) = 154+96+94=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 154 - color contains mainly: red. Hex color #9A605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A605E is #659FA1. Grayscale: #717171. Windows color (decimal): -6660002 or 6185114. OLE color: 6185114.

HSL color Cylindrical-coordinate representation of color #9A605E: hue angle of 2º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A605E is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 96 94 -
CMYK 0 0.38 0.39 0.40
HSL 0.24% 0.49% -
HSV(B) 0.39% 0.6% -
XYZ 19.53 16.04 12.66 -
YUV 113.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 154 96 94 0 0.38 0.39 0.40 2 0.24 0.49
Hex 9A 60 5E 0 26 27 28 2 18 31
Octal 232 140 136 0 46 47 50 2 30 61
Binary 10011010 1100000 1011110 0 100110 100111 101000 10 11000 110001

Color Harmonies of #9A605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A605E

Black with #9A605E

Text Example


Text Example

White with #9A605E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,96,94); }

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

background-color css

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

 a { background-color: rgb(154,96,94); }

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

border-color css

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

 span { border-color: rgb(154,96,94); }

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