Html Css Color HEX #96531D Rich Gold

📋 copy color: '#96531D'

red 150 ◦ green 83 ◦ blue 29

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

Shades of Rich Gold #96531D

Tints of Rich Gold #96531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 57.25%
G = 31.68%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96531D (or 0x96531D) is known color: Rich Gold. HEX triplet: 96, 53 and 1D. RGB value is (150,83,29). Sum of RGB (Red+Green+Blue) = 150+83+29=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #96531D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96531D is #69ACE2. Grayscale: #616161. Windows color (decimal): -6925539 or 1921942. OLE color: 1921942.

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

Color convert

RGB 150 83 29 -
CMYK 0 0.45 0.81 0.41
HSL 26.78º 0.68% 0.35% -
HSV(B) 26.78º 0.81% 0.59% -
XYZ 15.89 12.76 2.79 -
YUV 96.88 89.7 165.89 -
System Red Green Blue C M Y K H S L
Decimal 150 83 29 0 0.45 0.81 0.41 26.78 0.68 0.35
Hex 96 53 1D 0 2D 51 29 1B 44 23
Octal 226 123 35 0 55 121 51 33 104 43
Binary 10010110 1010011 11101 0 101101 1010001 101001 11011 1000100 100011

Color Harmonies of #96531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96531D

Black with #96531D

Text Example


Text Example

White with #96531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96531D; }

 p { color: rgb(150,83,29); }

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

background-color css

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

 a { background-color: rgb(150,83,29); }

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

border-color css

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

 span { border-color: rgb(150,83,29); }

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