Html Css Color HEX #996920 Golden Brown

📋 copy color: '#996920'

red 153 ◦ green 105 ◦ blue 32

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

Shades of Golden Brown #996920

Tints of Golden Brown #996920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.21%

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 52.76%
G = 36.21%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#996920 (or 0x996920) is known color: Golden Brown. HEX triplet: 99, 69 and 20. RGB value is (153,105,32). Sum of RGB (Red+Green+Blue) = 153+105+32=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #996920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996920 is #6696DF. Grayscale: #6F6F6F. Windows color (decimal): -6723296 or 2124185. OLE color: 2124185.

HSL color Cylindrical-coordinate representation of color #996920: hue angle of 36.2º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #996920 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 32 -
CMYK 0 0.31 0.79 0.4
HSL 36.2º 0.65% 0.36% -
HSV(B) 36.2º 0.79% 0.6% -
XYZ 18.45 16.98 3.67 -
YUV 111.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 153 105 32 0 0.31 0.79 0.4 36.2 0.65 0.36
Hex 99 69 20 0 1F 4F 28 24 41 24
Octal 231 151 40 0 37 117 50 44 101 44
Binary 10011001 1101001 100000 0 11111 1001111 101000 100100 1000001 100100

Color Harmonies of #996920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996920

Black with #996920

Text Example


Text Example

White with #996920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996920; }

 p { color: rgb(153,105,32); }

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

background-color css

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

 a { background-color: rgb(153,105,32); }

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

border-color css

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

 span { border-color: rgb(153,105,32); }

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