Html Css Color HEX #99770A Golden Brown

📋 copy color: '#99770A'

red 153 ◦ green 119 ◦ blue 10

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

Shades of Golden Brown #99770A

Tints of Golden Brown #99770A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.2%

 BLUE value IS 10 (4.3% from 255) = 3.55%

R = 54.26%
G = 42.2%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99770A (or 0x99770A) is known color: Golden Brown. HEX triplet: 99, 77 and 0A. RGB value is (153,119,10). Sum of RGB (Red+Green+Blue) = 153+119+10=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #99770A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99770A is #6688F5. Grayscale: #757575. Windows color (decimal): -6719734 or 685977. OLE color: 685977.

HSL color Cylindrical-coordinate representation of color #99770A: hue angle of 45.73º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99770A is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 119 10 -
CMYK 0 0.22 0.93 0.4
HSL 45.73º 0.88% 0.32% -
HSV(B) 45.73º 0.93% 0.6% -
XYZ 19.79 19.99 3.1 -
YUV 116.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 153 119 10 0 0.22 0.93 0.4 45.73 0.88 0.32
Hex 99 77 A 0 16 5D 28 2E 58 20
Octal 231 167 12 0 26 135 50 56 130 40
Binary 10011001 1110111 1010 0 10110 1011101 101000 101110 1011000 100000

Color Harmonies of #99770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99770A

Black with #99770A

Text Example


Text Example

White with #99770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99770A; }

 p { color: rgb(153,119,10); }

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

background-color css

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

 a { background-color: rgb(153,119,10); }

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

border-color css

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

 span { border-color: rgb(153,119,10); }

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