Html Css Color HEX #996722 Golden Brown

📋 copy color: '#996722'

red 153 ◦ green 103 ◦ blue 34

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

Shades of Golden Brown #996722

Tints of Golden Brown #996722

RGB

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

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

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

R = 52.76%
G = 35.52%
B = 11.72%

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

#996722 (or 0x996722) is known color: Golden Brown. HEX triplet: 99, 67 and 22. RGB value is (153,103,34). Sum of RGB (Red+Green+Blue) = 153+103+34=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #996722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996722 is #6698DD. Grayscale: #6E6E6E. Windows color (decimal): -6723806 or 2254745. OLE color: 2254745.

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

Color convert

RGB 153 103 34 -
CMYK 0 0.33 0.78 0.4
HSL 34.79º 0.64% 0.37% -
HSV(B) 34.79º 0.78% 0.6% -
XYZ 18.28 16.59 3.75 -
YUV 110.08 85.07 158.61 -
System Red Green Blue C M Y K H S L
Decimal 153 103 34 0 0.33 0.78 0.4 34.79 0.64 0.37
Hex 99 67 22 0 21 4E 28 23 40 25
Octal 231 147 42 0 41 116 50 43 100 45
Binary 10011001 1100111 100010 0 100001 1001110 101000 100011 1000000 100101

Color Harmonies of #996722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996722

Black with #996722

Text Example


Text Example

White with #996722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996722; }

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

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

background-color css

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

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

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

border-color css

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

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

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