Html Css Color HEX #99640E Golden Brown

📋 copy color: '#99640E'

red 153 ◦ green 100 ◦ blue 14

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

Shades of Golden Brown #99640E

Tints of Golden Brown #99640E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.45%

 BLUE value IS 14 (5.86% from 255) = 5.24%

R = 57.3%
G = 37.45%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#99640E (or 0x99640E) is known color: Golden Brown. HEX triplet: 99, 64 and 0E. RGB value is (153,100,14). Sum of RGB (Red+Green+Blue) = 153+100+14=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #99640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99640E is #669BF1. Grayscale: #6A6A6A. Windows color (decimal): -6724594 or 943257. OLE color: 943257.

HSL color Cylindrical-coordinate representation of color #99640E: hue angle of 37.12º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99640E is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 100 14 -
CMYK 0 0.35 0.91 0.4
HSL 37.12º 0.83% 0.33% -
HSV(B) 37.12º 0.91% 0.6% -
XYZ 17.77 15.92 2.55 -
YUV 106.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 153 100 14 0 0.35 0.91 0.4 37.12 0.83 0.33
Hex 99 64 E 0 23 5B 28 25 53 21
Octal 231 144 16 0 43 133 50 45 123 41
Binary 10011001 1100100 1110 0 100011 1011011 101000 100101 1010011 100001

Color Harmonies of #99640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99640E

Black with #99640E

Text Example


Text Example

White with #99640E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,100,14); }

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

background-color css

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

 a { background-color: rgb(153,100,14); }

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

border-color css

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

 span { border-color: rgb(153,100,14); }

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