Html Css Color HEX #965A4B Copper Rust

📋 copy color: '#965A4B'

red 150 ◦ green 90 ◦ blue 75

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

Shades of Copper Rust #965A4B

Tints of Copper Rust #965A4B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.57%

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 47.62%
G = 28.57%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#965A4B (or 0x965A4B) is known color: Copper Rust. HEX triplet: 96, 5A and 4B. RGB value is (150,90,75). Sum of RGB (Red+Green+Blue) = 150+90+75=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #965A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A4B is #69A5B4. Grayscale: #6A6A6A. Windows color (decimal): -6923701 or 4938390. OLE color: 4938390.

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

Color convert

RGB 150 90 75 -
CMYK 0 0.4 0.5 0.41
HSL 12º 0.33% 0.44% -
HSV(B) 12º 0.5% 0.59% -
XYZ 17.5 14.3 8.5 -
YUV 106.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 150 90 75 0 0.4 0.5 0.41 12 0.33 0.44
Hex 96 5A 4B 0 28 32 29 C 21 2C
Octal 226 132 113 0 50 62 51 14 41 54
Binary 10010110 1011010 1001011 0 101000 110010 101001 1100 100001 101100

Color Harmonies of #965A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A4B

Black with #965A4B

Text Example


Text Example

White with #965A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,90,75); }

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

background-color css

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

 a { background-color: rgb(150,90,75); }

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

border-color css

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

 span { border-color: rgb(150,90,75); }

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