Html Css Color HEX #965B4F Copper Rust

📋 copy color: '#965B4F'

red 150 ◦ green 91 ◦ blue 79

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

Shades of Copper Rust #965B4F

Tints of Copper Rust #965B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.69%

R = 46.88%
G = 28.44%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#965B4F (or 0x965B4F) is known color: Copper Rust. HEX triplet: 96, 5B and 4F. RGB value is (150,91,79). Sum of RGB (Red+Green+Blue) = 150+91+79=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #965B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965B4F is #69A4B0. Grayscale: #6B6B6B. Windows color (decimal): -6923441 or 5200790. OLE color: 5200790.

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

Color convert

RGB 150 91 79 -
CMYK 0 0.39 0.47 0.41
HSL 10.14º 0.31% 0.45% -
HSV(B) 10.14º 0.47% 0.59% -
XYZ 17.73 14.53 9.27 -
YUV 107.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 150 91 79 0 0.39 0.47 0.41 10.14 0.31 0.45
Hex 96 5B 4F 0 27 2F 29 A 1F 2D
Octal 226 133 117 0 47 57 51 12 37 55
Binary 10010110 1011011 1001111 0 100111 101111 101001 1010 11111 101101

Color Harmonies of #965B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965B4F

Black with #965B4F

Text Example


Text Example

White with #965B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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