Html Css Color HEX #99740F Golden Brown

📋 copy color: '#99740F'

red 153 ◦ green 116 ◦ blue 15

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

Shades of Golden Brown #99740F

Tints of Golden Brown #99740F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

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

R = 53.87%
G = 40.85%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99740F (or 0x99740F) is known color: Golden Brown. HEX triplet: 99, 74 and 0F. RGB value is (153,116,15). Sum of RGB (Red+Green+Blue) = 153+116+15=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #99740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99740F is #668BF0. Grayscale: #737373. Windows color (decimal): -6720497 or 1012889. OLE color: 1012889.

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

Color convert

RGB 153 116 15 -
CMYK 0 0.24 0.90 0.4
HSL 43.91º 0.82% 0.33% -
HSV(B) 43.91º 0.9% 0.6% -
XYZ 19.47 19.3 3.15 -
YUV 115.55 71.26 154.71 -
System Red Green Blue C M Y K H S L
Decimal 153 116 15 0 0.24 0.90 0.4 43.91 0.82 0.33
Hex 99 74 F 0 18 5A 28 2C 52 21
Octal 231 164 17 0 30 132 50 54 122 41
Binary 10011001 1110100 1111 0 11000 1011010 101000 101100 1010010 100001

Color Harmonies of #99740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99740F

Black with #99740F

Text Example


Text Example

White with #99740F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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