Html Css Color HEX #99600D Golden Brown

📋 copy color: '#99600D'

red 153 ◦ green 96 ◦ blue 13

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

Shades of Golden Brown #99600D

Tints of Golden Brown #99600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.64%

 BLUE value IS 13 (5.47% from 255) = 4.96%

R = 58.4%
G = 36.64%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99600D (or 0x99600D) is known color: Golden Brown. HEX triplet: 99, 60 and 0D. RGB value is (153,96,13). Sum of RGB (Red+Green+Blue) = 153+96+13=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #99600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99600D is #669FF2. Grayscale: #676767. Windows color (decimal): -6725619 or 876697. OLE color: 876697.

HSL color Cylindrical-coordinate representation of color #99600D: hue angle of 35.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99600D is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 96 13 -
CMYK 0 0.37 0.92 0.4
HSL 35.57º 0.84% 0.33% -
HSV(B) 35.57º 0.92% 0.6% -
XYZ 17.39 15.17 2.39 -
YUV 103.58 76.88 163.25 -
System Red Green Blue C M Y K H S L
Decimal 153 96 13 0 0.37 0.92 0.4 35.57 0.84 0.33
Hex 99 60 D 0 25 5C 28 24 54 21
Octal 231 140 15 0 45 134 50 44 124 41
Binary 10011001 1100000 1101 0 100101 1011100 101000 100100 1010100 100001

Color Harmonies of #99600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99600D

Black with #99600D

Text Example


Text Example

White with #99600D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,96,13); }

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

background-color css

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

 a { background-color: rgb(153,96,13); }

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

border-color css

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

 span { border-color: rgb(153,96,13); }

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