Html Css Color HEX #99681D Golden Brown

📋 copy color: '#99681D'

red 153 ◦ green 104 ◦ blue 29

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

Shades of Golden Brown #99681D

Tints of Golden Brown #99681D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.36%

 BLUE value IS 29 (11.72% from 255) = 10.14%

R = 53.5%
G = 36.36%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#99681D (or 0x99681D) is known color: Golden Brown. HEX triplet: 99, 68 and 1D. RGB value is (153,104,29). Sum of RGB (Red+Green+Blue) = 153+104+29=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #99681D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99681D is #6697E2. Grayscale: #6E6E6E. Windows color (decimal): -6723555 or 1927321. OLE color: 1927321.

HSL color Cylindrical-coordinate representation of color #99681D: hue angle of 36.29º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99681D is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 104 29 -
CMYK 0 0.32 0.81 0.4
HSL 36.29º 0.68% 0.36% -
HSV(B) 36.29º 0.81% 0.6% -
XYZ 18.31 16.76 3.43 -
YUV 110.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 153 104 29 0 0.32 0.81 0.4 36.29 0.68 0.36
Hex 99 68 1D 0 20 51 28 24 44 24
Octal 231 150 35 0 40 121 50 44 104 44
Binary 10011001 1101000 11101 0 100000 1010001 101000 100100 1000100 100100

Color Harmonies of #99681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99681D

Black with #99681D

Text Example


Text Example

White with #99681D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99681D; }

 p { color: rgb(153,104,29); }

 H1.HeaderClassName
 {
   color: #99681D;
 }
 .AnyTagClassName
 {
   color: #99681D;
 }
</style>

background-color css

<style>
 a { background-color: #99681D; }

 a { background-color: rgb(153,104,29); }

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

border-color css

<style>
 span { border-color: #99681D; }

 span { border-color: rgb(153,104,29); }

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