Html Css Color HEX #99700F Golden Brown

📋 copy color: '#99700F'

red 153 ◦ green 112 ◦ blue 15

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

Shades of Golden Brown #99700F

Tints of Golden Brown #99700F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40%

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

R = 54.64%
G = 40%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99700F (or 0x99700F) is known color: Golden Brown. HEX triplet: 99, 70 and 0F. RGB value is (153,112,15). Sum of RGB (Red+Green+Blue) = 153+112+15=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #99700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99700F is #668FF0. Grayscale: #717171. Windows color (decimal): -6721521 or 1011865. OLE color: 1011865.

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

Color convert

RGB 153 112 15 -
CMYK 0 0.27 0.90 0.4
HSL 42.17º 0.82% 0.33% -
HSV(B) 42.17º 0.9% 0.6% -
XYZ 19.02 18.4 3 -
YUV 113.2 72.58 156.39 -
System Red Green Blue C M Y K H S L
Decimal 153 112 15 0 0.27 0.90 0.4 42.17 0.82 0.33
Hex 99 70 F 0 1B 5A 28 2A 52 21
Octal 231 160 17 0 33 132 50 52 122 41
Binary 10011001 1110000 1111 0 11011 1011010 101000 101010 1010010 100001

Color Harmonies of #99700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99700F

Black with #99700F

Text Example


Text Example

White with #99700F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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