Html Css Color HEX #996310 Golden Brown

📋 copy color: '#996310'

red 153 ◦ green 99 ◦ blue 16

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

Shades of Golden Brown #996310

Tints of Golden Brown #996310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.94%

 BLUE value IS 16 (6.64% from 255) = 5.97%

R = 57.09%
G = 36.94%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#996310 (or 0x996310) is known color: Golden Brown. HEX triplet: 99, 63 and 10. RGB value is (153,99,16). Sum of RGB (Red+Green+Blue) = 153+99+16=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #996310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996310 is #669CEF. Grayscale: #6A6A6A. Windows color (decimal): -6724848 or 1074073. OLE color: 1074073.

HSL color Cylindrical-coordinate representation of color #996310: hue angle of 36.35º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #996310 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 99 16 -
CMYK 0 0.35 0.90 0.4
HSL 36.35º 0.81% 0.33% -
HSV(B) 36.35º 0.9% 0.6% -
XYZ 17.69 15.73 2.59 -
YUV 105.68 77.39 161.75 -
System Red Green Blue C M Y K H S L
Decimal 153 99 16 0 0.35 0.90 0.4 36.35 0.81 0.33
Hex 99 63 10 0 23 5A 28 24 51 21
Octal 231 143 20 0 43 132 50 44 121 41
Binary 10011001 1100011 10000 0 100011 1011010 101000 100100 1010001 100001

Color Harmonies of #996310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996310

Black with #996310

Text Example


Text Example

White with #996310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996310; }

 p { color: rgb(153,99,16); }

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

background-color css

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

 a { background-color: rgb(153,99,16); }

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

border-color css

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

 span { border-color: rgb(153,99,16); }

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