Html Css Color HEX #96521C Rich Gold

📋 copy color: '#96521C'

red 150 ◦ green 82 ◦ blue 28

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

Shades of Rich Gold #96521C

Tints of Rich Gold #96521C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.54%

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 57.69%
G = 31.54%
B = 10.77%

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

#96521C (or 0x96521C) is known color: Rich Gold. HEX triplet: 96, 52 and 1C. RGB value is (150,82,28). Sum of RGB (Red+Green+Blue) = 150+82+28=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96521C is #69ADE3. Grayscale: #606060. Windows color (decimal): -6925796 or 1856150. OLE color: 1856150.

HSL color Cylindrical-coordinate representation of color #96521C: hue angle of 26.56º degrees, saturation: 0.69, 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 #96521C is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 82 28 -
CMYK 0 0.45 0.81 0.41
HSL 26.56º 0.69% 0.35% -
HSV(B) 26.56º 0.81% 0.59% -
XYZ 15.8 12.6 2.7 -
YUV 96.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 150 82 28 0 0.45 0.81 0.41 26.56 0.69 0.35
Hex 96 52 1C 0 2D 51 29 1B 45 23
Octal 226 122 34 0 55 121 51 33 105 43
Binary 10010110 1010010 11100 0 101101 1010001 101001 11011 1000101 100011

Color Harmonies of #96521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96521C

Black with #96521C

Text Example


Text Example

White with #96521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96521C; }

 p { color: rgb(150,82,28); }

 H1.HeaderClassName
 {
   color: #96521C;
 }
 .AnyTagClassName
 {
   color: #96521C;
 }
</style>

background-color css

<style>
 a { background-color: #96521C; }

 a { background-color: rgb(150,82,28); }

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

border-color css

<style>
 span { border-color: #96521C; }

 span { border-color: rgb(150,82,28); }

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