Html Css Color HEX #99601A Golden Brown

📋 copy color: '#99601A'

red 153 ◦ green 96 ◦ blue 26

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

Shades of Golden Brown #99601A

Tints of Golden Brown #99601A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.45%

R = 55.64%
G = 34.91%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.4

RGB Variations

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

Color information

#99601A (or 0x99601A) is known color: Golden Brown. HEX triplet: 99, 60 and 1A. RGB value is (153,96,26). Sum of RGB (Red+Green+Blue) = 153+96+26=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #99601A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99601A is #669FE5. Grayscale: #696969. Windows color (decimal): -6725606 or 1728665. OLE color: 1728665.

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

Color convert

RGB 153 96 26 -
CMYK 0 0.37 0.83 0.4
HSL 33.07º 0.71% 0.35% -
HSV(B) 33.07º 0.83% 0.6% -
XYZ 17.51 15.21 2.99 -
YUV 105.06 83.38 162.19 -
System Red Green Blue C M Y K H S L
Decimal 153 96 26 0 0.37 0.83 0.4 33.07 0.71 0.35
Hex 99 60 1A 0 25 53 28 21 47 23
Octal 231 140 32 0 45 123 50 41 107 43
Binary 10011001 1100000 11010 0 100101 1010011 101000 100001 1000111 100011

Color Harmonies of #99601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99601A

Black with #99601A

Text Example


Text Example

White with #99601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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