Html Css Color HEX #996922 Golden Brown

📋 copy color: '#996922'

red 153 ◦ green 105 ◦ blue 34

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

Shades of Golden Brown #996922

Tints of Golden Brown #996922

RGB

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

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

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

R = 52.4%
G = 35.96%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#996922 (or 0x996922) is known color: Golden Brown. HEX triplet: 99, 69 and 22. RGB value is (153,105,34). Sum of RGB (Red+Green+Blue) = 153+105+34=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #996922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996922 is #6696DD. Grayscale: #6F6F6F. Windows color (decimal): -6723294 or 2255257. OLE color: 2255257.

HSL color Cylindrical-coordinate representation of color #996922: hue angle of 35.8º 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 #996922 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 34 -
CMYK 0 0.31 0.78 0.4
HSL 35.8º 0.64% 0.37% -
HSV(B) 35.8º 0.78% 0.6% -
XYZ 18.48 16.99 3.82 -
YUV 111.26 84.4 157.77 -
System Red Green Blue C M Y K H S L
Decimal 153 105 34 0 0.31 0.78 0.4 35.8 0.64 0.37
Hex 99 69 22 0 1F 4E 28 24 40 25
Octal 231 151 42 0 37 116 50 44 100 45
Binary 10011001 1101001 100010 0 11111 1001110 101000 100100 1000000 100101

Color Harmonies of #996922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996922

Black with #996922

Text Example


Text Example

White with #996922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996922; }

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

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

background-color css

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

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

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

border-color css

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

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

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