Html Css Color HEX #9C5415 Rich Gold

📋 copy color: '#9C5415'

red 156 ◦ green 84 ◦ blue 21

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

Shades of Rich Gold #9C5415

Tints of Rich Gold #9C5415

RGB

 RED value IS 156 (61.33% from 255) = 59.77%

 GREEN value IS 84 (33.2% from 255) = 32.18%

 BLUE value IS 21 (8.59% from 255) = 8.05%

R = 59.77%
G = 32.18%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9C5415 (or 0x9C5415) is known color: Rich Gold. HEX triplet: 9C, 54 and 15. RGB value is (156,84,21). Sum of RGB (Red+Green+Blue) = 156+84+21=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5415 is #63ABEA. Grayscale: #626262. Windows color (decimal): -6532075 or 1397916. OLE color: 1397916.

HSL color Cylindrical-coordinate representation of color #9C5415: hue angle of 28º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C5415 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 84 21 -
CMYK 0 0.46 0.87 0.39
HSL 28º 0.76% 0.35% -
HSV(B) 28º 0.87% 0.61% -
XYZ 17.02 13.46 2.41 -
YUV 98.35 84.35 169.12 -
System Red Green Blue C M Y K H S L
Decimal 156 84 21 0 0.46 0.87 0.39 28 0.76 0.35
Hex 9C 54 15 0 2E 57 27 1C 4C 23
Octal 234 124 25 0 56 127 47 34 114 43
Binary 10011100 1010100 10101 0 101110 1010111 100111 11100 1001100 100011

Color Harmonies of #9C5415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5415

Black with #9C5415

Text Example


Text Example

White with #9C5415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C5415; }

 p { color: rgb(156,84,21); }

 H1.HeaderClassName
 {
   color: #9C5415;
 }
 .AnyTagClassName
 {
   color: #9C5415;
 }
</style>

background-color css

<style>
 a { background-color: #9C5415; }

 a { background-color: rgb(156,84,21); }

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

border-color css

<style>
 span { border-color: #9C5415; }

 span { border-color: rgb(156,84,21); }

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