Html Css Color HEX #99701F Golden Brown

📋 copy color: '#99701F'

red 153 ◦ green 112 ◦ blue 31

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

Shades of Golden Brown #99701F

Tints of Golden Brown #99701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.47%

R = 51.69%
G = 37.84%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99701F (or 0x99701F) is known color: Golden Brown. HEX triplet: 99, 70 and 1F. RGB value is (153,112,31). Sum of RGB (Red+Green+Blue) = 153+112+31=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99701F is #668FE0. Grayscale: #737373. Windows color (decimal): -6721505 or 2060441. OLE color: 2060441.

HSL color Cylindrical-coordinate representation of color #99701F: hue angle of 39.84º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99701F is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 112 31 -
CMYK 0 0.27 0.80 0.4
HSL 39.84º 0.66% 0.36% -
HSV(B) 39.84º 0.8% 0.6% -
XYZ 19.18 18.46 3.85 -
YUV 115.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 153 112 31 0 0.27 0.80 0.4 39.84 0.66 0.36
Hex 99 70 1F 0 1B 50 28 28 42 24
Octal 231 160 37 0 33 120 50 50 102 44
Binary 10011001 1110000 11111 0 11011 1010000 101000 101000 1000010 100100

Color Harmonies of #99701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99701F

Black with #99701F

Text Example


Text Example

White with #99701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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