Html Css Color HEX #996500 Golden Brown

📋 copy color: '#996500'

red 153 ◦ green 101 ◦ blue 0

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

Shades of Golden Brown #996500

Tints of Golden Brown #996500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.24%
G = 39.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#996500 (or 0x996500) is known color: Golden Brown. HEX triplet: 99, 65 and 00. RGB value is (153,101,0). Sum of RGB (Red+Green+Blue) = 153+101+0=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #996500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996500 is #669AFF. Grayscale: #696969. Windows color (decimal): -6724352 or 26009. OLE color: 26009.

HSL color Cylindrical-coordinate representation of color #996500: hue angle of 39.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #996500 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 101 0 -
CMYK 0 0.34 1 0.4
HSL 39.61º 1% 0.3% -
HSV(B) 39.61º 1% 0.6% -
XYZ 17.79 16.08 2.17 -
YUV 105.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 153 101 0 0 0.34 1 0.4 39.61 1 0.3
Hex 99 65 0 0 22 64 28 28 64 1E
Octal 231 145 0 0 42 144 50 50 144 36
Binary 10011001 1100101 0 0 100010 1100100 101000 101000 1100100 11110

Color Harmonies of #996500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996500

Black with #996500

Text Example


Text Example

White with #996500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996500; }

 p { color: rgb(153,101,0); }

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

background-color css

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

 a { background-color: rgb(153,101,0); }

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

border-color css

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

 span { border-color: rgb(153,101,0); }

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