Html Css Color HEX #99760F Golden Brown

📋 copy color: '#99760F'

red 153 ◦ green 118 ◦ blue 15

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

Shades of Golden Brown #99760F

Tints of Golden Brown #99760F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.24%

R = 53.5%
G = 41.26%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99760F (or 0x99760F) is known color: Golden Brown. HEX triplet: 99, 76 and 0F. RGB value is (153,118,15). Sum of RGB (Red+Green+Blue) = 153+118+15=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #99760F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99760F is #6689F0. Grayscale: #757575. Windows color (decimal): -6719985 or 1013401. OLE color: 1013401.

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

Color convert

RGB 153 118 15 -
CMYK 0 0.23 0.90 0.4
HSL 44.78º 0.82% 0.33% -
HSV(B) 44.78º 0.9% 0.6% -
XYZ 19.7 19.76 3.23 -
YUV 116.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 153 118 15 0 0.23 0.90 0.4 44.78 0.82 0.33
Hex 99 76 F 0 17 5A 28 2D 52 21
Octal 231 166 17 0 27 132 50 55 122 41
Binary 10011001 1110110 1111 0 10111 1011010 101000 101101 1010010 100001

Color Harmonies of #99760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99760F

Black with #99760F

Text Example


Text Example

White with #99760F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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