Html Css Color HEX #965B4C Copper Rust

📋 copy color: '#965B4C'

red 150 ◦ green 91 ◦ blue 76

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

Shades of Copper Rust #965B4C

Tints of Copper Rust #965B4C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.71%

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 47.32%
G = 28.71%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#965B4C (or 0x965B4C) is known color: Copper Rust. HEX triplet: 96, 5B and 4C. RGB value is (150,91,76). Sum of RGB (Red+Green+Blue) = 150+91+76=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #965B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965B4C is #69A4B3. Grayscale: #6B6B6B. Windows color (decimal): -6923444 or 5004182. OLE color: 5004182.

HSL color Cylindrical-coordinate representation of color #965B4C: hue angle of 12.16º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #965B4C is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 91 76 -
CMYK 0 0.39 0.49 0.41
HSL 12.16º 0.33% 0.44% -
HSV(B) 12.16º 0.49% 0.59% -
XYZ 17.62 14.49 8.71 -
YUV 106.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 150 91 76 0 0.39 0.49 0.41 12.16 0.33 0.44
Hex 96 5B 4C 0 27 31 29 C 21 2C
Octal 226 133 114 0 47 61 51 14 41 54
Binary 10010110 1011011 1001100 0 100111 110001 101001 1100 100001 101100

Color Harmonies of #965B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965B4C

Black with #965B4C

Text Example


Text Example

White with #965B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965B4C; }

 p { color: rgb(150,91,76); }

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

background-color css

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

 a { background-color: rgb(150,91,76); }

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

border-color css

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

 span { border-color: rgb(150,91,76); }

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