Html Css Color HEX #965952 Copper Rust

📋 copy color: '#965952'

red 150 ◦ green 89 ◦ blue 82

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

Shades of Copper Rust #965952

Tints of Copper Rust #965952

RGB

 RED value IS 150 (58.98% from 255) = 46.73%

 GREEN value IS 89 (35.16% from 255) = 27.73%

 BLUE value IS 82 (32.42% from 255) = 25.55%

R = 46.73%
G = 27.73%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#965952 (or 0x965952) is known color: Copper Rust. HEX triplet: 96, 59 and 52. RGB value is (150,89,82). Sum of RGB (Red+Green+Blue) = 150+89+82=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #965952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965952 is #69A6AD. Grayscale: #6A6A6A. Windows color (decimal): -6923950 or 5396886. OLE color: 5396886.

HSL color Cylindrical-coordinate representation of color #965952: hue angle of 6.18º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965952 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 89 82 -
CMYK 0 0.41 0.45 0.41
HSL 6.18º 0.29% 0.45% -
HSV(B) 6.18º 0.45% 0.59% -
XYZ 17.67 14.24 9.8 -
YUV 106.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 150 89 82 0 0.41 0.45 0.41 6.18 0.29 0.45
Hex 96 59 52 0 29 2D 29 6 1D 2D
Octal 226 131 122 0 51 55 51 6 35 55
Binary 10010110 1011001 1010010 0 101001 101101 101001 110 11101 101101

Color Harmonies of #965952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965952

Black with #965952

Text Example


Text Example

White with #965952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965952; }

 p { color: rgb(150,89,82); }

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

background-color css

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

 a { background-color: rgb(150,89,82); }

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

border-color css

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

 span { border-color: rgb(150,89,82); }

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