Html Css Color HEX #9A511B Rich Gold

📋 copy color: '#9A511B'

red 154 ◦ green 81 ◦ blue 27

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

Shades of Rich Gold #9A511B

Tints of Rich Gold #9A511B

RGB

 RED value IS 154 (60.55% from 255) = 58.78%

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

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

R = 58.78%
G = 30.92%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A511B (or 0x9A511B) is known color: Rich Gold. HEX triplet: 9A, 51 and 1B. RGB value is (154,81,27). Sum of RGB (Red+Green+Blue) = 154+81+27=262 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.78% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 154 - color contains mainly: red. Hex color #9A511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A511B is #65AEE4. Grayscale: #606060. Windows color (decimal): -6663909 or 1790362. OLE color: 1790362.

HSL color Cylindrical-coordinate representation of color #9A511B: hue angle of 25.51º 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 #9A511B is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 81 27 -
CMYK 0 0.47 0.82 0.40
HSL 25.51º 0.7% 0.35% -
HSV(B) 25.51º 0.82% 0.6% -
XYZ 16.47 12.83 2.65 -
YUV 96.67 88.68 168.89 -
System Red Green Blue C M Y K H S L
Decimal 154 81 27 0 0.47 0.82 0.40 25.51 0.7 0.35
Hex 9A 51 1B 0 2F 52 28 1A 46 23
Octal 232 121 33 0 57 122 50 32 106 43
Binary 10011010 1010001 11011 0 101111 1010010 101000 11010 1000110 100011

Color Harmonies of #9A511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A511B

Black with #9A511B

Text Example


Text Example

White with #9A511B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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