Html Css Color HEX #946765 Copper Rose

📋 copy color: '#946765'

red 148 ◦ green 103 ◦ blue 101

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

Shades of Copper Rose #946765

Tints of Copper Rose #946765

RGB

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

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

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

R = 42.05%
G = 29.26%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#946765 (or 0x946765) is known color: Copper Rose. HEX triplet: 94, 67 and 65. RGB value is (148,103,101). Sum of RGB (Red+Green+Blue) = 148+103+101=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #946765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946765 is #6B989A. Grayscale: #747474. Windows color (decimal): -7051419 or 6645652. OLE color: 6645652.

HSL color Cylindrical-coordinate representation of color #946765: hue angle of 2.55º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946765 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 103 101 -
CMYK 0 0.30 0.32 0.42
HSL 2.55º 0.19% 0.49% -
HSV(B) 2.55º 0.32% 0.58% -
XYZ 19.41 16.94 14.56 -
YUV 116.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 148 103 101 0 0.30 0.32 0.42 2.55 0.19 0.49
Hex 94 67 65 0 1E 20 2A 3 13 31
Octal 224 147 145 0 36 40 52 3 23 61
Binary 10010100 1100111 1100101 0 11110 100000 101010 11 10011 110001

Color Harmonies of #946765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946765

Black with #946765

Text Example


Text Example

White with #946765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946765; }

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

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

background-color css

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

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

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

border-color css

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

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

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