Html Css Color HEX #96514B Copper Rust

📋 copy color: '#96514B'

red 150 ◦ green 81 ◦ blue 75

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

Shades of Copper Rust #96514B

Tints of Copper Rust #96514B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 49.02%
G = 26.47%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#96514B (or 0x96514B) is known color: Copper Rust. HEX triplet: 96, 51 and 4B. RGB value is (150,81,75). Sum of RGB (Red+Green+Blue) = 150+81+75=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96514B is #69AEB4. Grayscale: #656565. Windows color (decimal): -6926005 or 4936086. OLE color: 4936086.

HSL color Cylindrical-coordinate representation of color #96514B: hue angle of 4.8º 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 #96514B is Cyan = 0, Magento = 0.46, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 81 75 -
CMYK 0 0.46 0.5 0.41
HSL 4.8º 0.33% 0.44% -
HSV(B) 4.8º 0.5% 0.59% -
XYZ 16.79 12.88 8.26 -
YUV 100.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 150 81 75 0 0.46 0.5 0.41 4.8 0.33 0.44
Hex 96 51 4B 0 2E 32 29 5 21 2C
Octal 226 121 113 0 56 62 51 5 41 54
Binary 10010110 1010001 1001011 0 101110 110010 101001 101 100001 101100

Color Harmonies of #96514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96514B

Black with #96514B

Text Example


Text Example

White with #96514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96514B; }

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

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

background-color css

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

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

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

border-color css

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

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

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