Html Css Color HEX #995622 Rich Gold

📋 copy color: '#995622'

red 153 ◦ green 86 ◦ blue 34

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

Shades of Rich Gold #995622

Tints of Rich Gold #995622

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.5%

 BLUE value IS 34 (13.67% from 255) = 12.45%

R = 56.04%
G = 31.5%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#995622 (or 0x995622) is known color: Rich Gold. HEX triplet: 99, 56 and 22. RGB value is (153,86,34). Sum of RGB (Red+Green+Blue) = 153+86+34=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #995622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995622 is #66A9DD. Grayscale: #646464. Windows color (decimal): -6728158 or 2250393. OLE color: 2250393.

HSL color Cylindrical-coordinate representation of color #995622: hue angle of 26.22º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #995622 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 86 34 -
CMYK 0 0.44 0.78 0.4
HSL 26.22º 0.64% 0.37% -
HSV(B) 26.22º 0.78% 0.6% -
XYZ 16.75 13.54 3.24 -
YUV 100.11 90.7 165.73 -
System Red Green Blue C M Y K H S L
Decimal 153 86 34 0 0.44 0.78 0.4 26.22 0.64 0.37
Hex 99 56 22 0 2C 4E 28 1A 40 25
Octal 231 126 42 0 54 116 50 32 100 45
Binary 10011001 1010110 100010 0 101100 1001110 101000 11010 1000000 100101

Color Harmonies of #995622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995622

Black with #995622

Text Example


Text Example

White with #995622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995622; }

 p { color: rgb(153,86,34); }

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

background-color css

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

 a { background-color: rgb(153,86,34); }

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

border-color css

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

 span { border-color: rgb(153,86,34); }

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