Html Css Color HEX #94706D Copper Rose

📋 copy color: '#94706D'

red 148 ◦ green 112 ◦ blue 109

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

Shades of Copper Rose #94706D

Tints of Copper Rose #94706D

RGB

 RED value IS 148 (58.2% from 255) = 40.11%

 GREEN value IS 112 (44.14% from 255) = 30.35%

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 40.11%
G = 30.35%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94706D (or 0x94706D) is known color: Copper Rose. HEX triplet: 94, 70 and 6D. RGB value is (148,112,109). Sum of RGB (Red+Green+Blue) = 148+112+109=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #94706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94706D is #6B8F92. Grayscale: #7A7A7A. Windows color (decimal): -7049107 or 7172244. OLE color: 7172244.

HSL color Cylindrical-coordinate representation of color #94706D: hue angle of 4.62º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94706D is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 109 -
CMYK 0 0.24 0.26 0.42
HSL 4.62º 0.15% 0.5% -
HSV(B) 4.62º 0.26% 0.58% -
XYZ 20.77 18.99 17.04 -
YUV 122.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 148 112 109 0 0.24 0.26 0.42 4.62 0.15 0.5
Hex 94 70 6D 0 18 1A 2A 5 F 32
Octal 224 160 155 0 30 32 52 5 17 62
Binary 10010100 1110000 1101101 0 11000 11010 101010 101 1111 110010

Color Harmonies of #94706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94706D

Black with #94706D

Text Example


Text Example

White with #94706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94706D; }

 p { color: rgb(148,112,109); }

 H1.HeaderClassName
 {
   color: #94706D;
 }
 .AnyTagClassName
 {
   color: #94706D;
 }
</style>

background-color css

<style>
 a { background-color: #94706D; }

 a { background-color: rgb(148,112,109); }

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

border-color css

<style>
 span { border-color: #94706D; }

 span { border-color: rgb(148,112,109); }

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