Html Css Color HEX #99511B Rich Gold

📋 copy color: '#99511B'

red 153 ◦ green 81 ◦ blue 27

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

Shades of Rich Gold #99511B

Tints of Rich Gold #99511B

RGB

 RED value IS 153 (60.16% from 255) = 58.62%

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

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 58.62%
G = 31.03%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99511B (or 0x99511B) is known color: Rich Gold. HEX triplet: 99, 51 and 1B. RGB value is (153,81,27). Sum of RGB (Red+Green+Blue) = 153+81+27=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #99511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99511B is #66AEE4. Grayscale: #606060. Windows color (decimal): -6729445 or 1790361. OLE color: 1790361.

HSL color Cylindrical-coordinate representation of color #99511B: hue angle of 25.71º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99511B is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 81 27 -
CMYK 0 0.47 0.82 0.4
HSL 25.71º 0.7% 0.35% -
HSV(B) 25.71º 0.82% 0.6% -
XYZ 16.28 12.74 2.64 -
YUV 96.37 88.85 168.39 -
System Red Green Blue C M Y K H S L
Decimal 153 81 27 0 0.47 0.82 0.4 25.71 0.7 0.35
Hex 99 51 1B 0 2F 52 28 1A 46 23
Octal 231 121 33 0 57 122 50 32 106 43
Binary 10011001 1010001 11011 0 101111 1010010 101000 11010 1000110 100011

Color Harmonies of #99511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99511B

Black with #99511B

Text Example


Text Example

White with #99511B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,81,27); }

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

background-color css

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

 a { background-color: rgb(153,81,27); }

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

border-color css

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

 span { border-color: rgb(153,81,27); }

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