Html Css Color HEX #996721 Golden Brown

📋 copy color: '#996721'

red 153 ◦ green 103 ◦ blue 33

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

Shades of Golden Brown #996721

Tints of Golden Brown #996721

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.64%

 BLUE value IS 33 (13.28% from 255) = 11.42%

R = 52.94%
G = 35.64%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#996721 (or 0x996721) is known color: Golden Brown. HEX triplet: 99, 67 and 21. RGB value is (153,103,33). Sum of RGB (Red+Green+Blue) = 153+103+33=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #996721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996721 is #6698DE. Grayscale: #6E6E6E. Windows color (decimal): -6723807 or 2189209. OLE color: 2189209.

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

Color convert

RGB 153 103 33 -
CMYK 0 0.33 0.78 0.4
HSL 35º 0.65% 0.36% -
HSV(B) 35º 0.78% 0.6% -
XYZ 18.26 16.58 3.68 -
YUV 109.97 84.57 158.69 -
System Red Green Blue C M Y K H S L
Decimal 153 103 33 0 0.33 0.78 0.4 35 0.65 0.36
Hex 99 67 21 0 21 4E 28 23 41 24
Octal 231 147 41 0 41 116 50 43 101 44
Binary 10011001 1100111 100001 0 100001 1001110 101000 100011 1000001 100100

Color Harmonies of #996721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996721

Black with #996721

Text Example


Text Example

White with #996721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996721; }

 p { color: rgb(153,103,33); }

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

background-color css

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

 a { background-color: rgb(153,103,33); }

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

border-color css

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

 span { border-color: rgb(153,103,33); }

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