Html Css Color HEX #99740C Golden Brown

📋 copy color: '#99740C'

red 153 ◦ green 116 ◦ blue 12

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

Shades of Golden Brown #99740C

Tints of Golden Brown #99740C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.27%

R = 54.45%
G = 41.28%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99740C (or 0x99740C) is known color: Golden Brown. HEX triplet: 99, 74 and 0C. RGB value is (153,116,12). Sum of RGB (Red+Green+Blue) = 153+116+12=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #99740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99740C is #668BF3. Grayscale: #737373. Windows color (decimal): -6720500 or 816281. OLE color: 816281.

HSL color Cylindrical-coordinate representation of color #99740C: hue angle of 44.26º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99740C is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 116 12 -
CMYK 0 0.24 0.92 0.4
HSL 44.26º 0.85% 0.32% -
HSV(B) 44.26º 0.92% 0.6% -
XYZ 19.45 19.29 3.05 -
YUV 115.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 153 116 12 0 0.24 0.92 0.4 44.26 0.85 0.32
Hex 99 74 C 0 18 5C 28 2C 55 20
Octal 231 164 14 0 30 134 50 54 125 40
Binary 10011001 1110100 1100 0 11000 1011100 101000 101100 1010101 100000

Color Harmonies of #99740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99740C

Black with #99740C

Text Example


Text Example

White with #99740C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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