Html Css Color HEX #946967 Copper Rose

📋 copy color: '#946967'

red 148 ◦ green 105 ◦ blue 103

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

Shades of Copper Rose #946967

Tints of Copper Rose #946967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.49%

 BLUE value IS 103 (40.63% from 255) = 28.93%

R = 41.57%
G = 29.49%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#946967 (or 0x946967) is known color: Copper Rose. HEX triplet: 94, 69 and 67. RGB value is (148,105,103). Sum of RGB (Red+Green+Blue) = 148+105+103=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #946967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946967 is #6B9698. Grayscale: #757575. Windows color (decimal): -7050905 or 6777236. OLE color: 6777236.

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

Color convert

RGB 148 105 103 -
CMYK 0 0.29 0.30 0.42
HSL 2.67º 0.18% 0.49% -
HSV(B) 2.67º 0.3% 0.58% -
XYZ 19.71 17.38 15.15 -
YUV 117.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 148 105 103 0 0.29 0.30 0.42 2.67 0.18 0.49
Hex 94 69 67 0 1D 1E 2A 3 12 31
Octal 224 151 147 0 35 36 52 3 22 61
Binary 10010100 1101001 1100111 0 11101 11110 101010 11 10010 110001

Color Harmonies of #946967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946967

Black with #946967

Text Example


Text Example

White with #946967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946967; }

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

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

background-color css

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

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

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

border-color css

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

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

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