Html Css Color HEX #99711E Golden Brown

📋 copy color: '#99711E'

red 153 ◦ green 113 ◦ blue 30

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

Shades of Golden Brown #99711E

Tints of Golden Brown #99711E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.18%

 BLUE value IS 30 (12.11% from 255) = 10.14%

R = 51.69%
G = 38.18%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99711E (or 0x99711E) is known color: Golden Brown. HEX triplet: 99, 71 and 1E. RGB value is (153,113,30). Sum of RGB (Red+Green+Blue) = 153+113+30=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99711E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99711E is #668EE1. Grayscale: #737373. Windows color (decimal): -6721250 or 1995161. OLE color: 1995161.

HSL color Cylindrical-coordinate representation of color #99711E: hue angle of 40.49º degrees, saturation: 0.67, 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 #99711E is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 30 -
CMYK 0 0.26 0.80 0.4
HSL 40.49º 0.67% 0.36% -
HSV(B) 40.49º 0.8% 0.6% -
XYZ 19.28 18.68 3.82 -
YUV 115.5 79.75 154.75 -
System Red Green Blue C M Y K H S L
Decimal 153 113 30 0 0.26 0.80 0.4 40.49 0.67 0.36
Hex 99 71 1E 0 1A 50 28 28 43 24
Octal 231 161 36 0 32 120 50 50 103 44
Binary 10011001 1110001 11110 0 11010 1010000 101000 101000 1000011 100100

Color Harmonies of #99711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99711E

Black with #99711E

Text Example


Text Example

White with #99711E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99711E; }

 p { color: rgb(153,113,30); }

 H1.HeaderClassName
 {
   color: #99711E;
 }
 .AnyTagClassName
 {
   color: #99711E;
 }
</style>

background-color css

<style>
 a { background-color: #99711E; }

 a { background-color: rgb(153,113,30); }

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

border-color css

<style>
 span { border-color: #99711E; }

 span { border-color: rgb(153,113,30); }

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