Html Css Color HEX #99601D Golden Brown

📋 copy color: '#99601D'

red 153 ◦ green 96 ◦ blue 29

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

Shades of Golden Brown #99601D

Tints of Golden Brown #99601D

RGB

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

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

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

R = 55.04%
G = 34.53%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#99601D (or 0x99601D) is known color: Golden Brown. HEX triplet: 99, 60 and 1D. RGB value is (153,96,29). Sum of RGB (Red+Green+Blue) = 153+96+29=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #99601D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99601D is #669FE2. Grayscale: #696969. Windows color (decimal): -6725603 or 1925273. OLE color: 1925273.

HSL color Cylindrical-coordinate representation of color #99601D: hue angle of 32.42º 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 #99601D is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 96 29 -
CMYK 0 0.37 0.81 0.4
HSL 32.42º 0.68% 0.36% -
HSV(B) 32.42º 0.81% 0.6% -
XYZ 17.54 15.23 3.18 -
YUV 105.41 84.88 161.95 -
System Red Green Blue C M Y K H S L
Decimal 153 96 29 0 0.37 0.81 0.4 32.42 0.68 0.36
Hex 99 60 1D 0 25 51 28 20 44 24
Octal 231 140 35 0 45 121 50 40 104 44
Binary 10011001 1100000 11101 0 100101 1010001 101000 100000 1000100 100100

Color Harmonies of #99601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99601D

Black with #99601D

Text Example


Text Example

White with #99601D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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