Html Css Color HEX #99760A Golden Brown

📋 copy color: '#99760A'

red 153 ◦ green 118 ◦ blue 10

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

Shades of Golden Brown #99760A

Tints of Golden Brown #99760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.99%

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

R = 54.45%
G = 41.99%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99760A (or 0x99760A) is known color: Golden Brown. HEX triplet: 99, 76 and 0A. RGB value is (153,118,10). Sum of RGB (Red+Green+Blue) = 153+118+10=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #99760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99760A is #6689F5. Grayscale: #747474. Windows color (decimal): -6719990 or 685721. OLE color: 685721.

HSL color Cylindrical-coordinate representation of color #99760A: hue angle of 45.31º 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 #99760A is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 118 10 -
CMYK 0 0.23 0.93 0.4
HSL 45.31º 0.88% 0.32% -
HSV(B) 45.31º 0.93% 0.6% -
XYZ 19.67 19.75 3.06 -
YUV 116.15 68.1 154.28 -
System Red Green Blue C M Y K H S L
Decimal 153 118 10 0 0.23 0.93 0.4 45.31 0.88 0.32
Hex 99 76 A 0 17 5D 28 2D 58 20
Octal 231 166 12 0 27 135 50 55 130 40
Binary 10011001 1110110 1010 0 10111 1011101 101000 101101 1011000 100000

Color Harmonies of #99760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99760A

Black with #99760A

Text Example


Text Example

White with #99760A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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