Html Css Color HEX #A96306 Golden Brown

📋 copy color: '#A96306'

red 169 ◦ green 99 ◦ blue 6

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

Shades of Golden Brown #A96306

Tints of Golden Brown #A96306

RGB

 RED value IS 169 (66.41% from 255) = 61.68%

 GREEN value IS 99 (39.06% from 255) = 36.13%

 BLUE value IS 6 (2.73% from 255) = 2.19%

R = 61.68%
G = 36.13%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A96306 (or 0xA96306) is known color: Golden Brown. HEX triplet: A9, 63 and 06. RGB value is (169,99,6). Sum of RGB (Red+Green+Blue) = 169+99+6=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A96306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96306 is #569CF9. Grayscale: #6D6D6D. Windows color (decimal): -5676282 or 418729. OLE color: 418729.

HSL color Cylindrical-coordinate representation of color #A96306: hue angle of 34.23º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A96306 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 99 6 -
CMYK 0 0.41 0.96 0.34
HSL 34.23º 0.93% 0.34% -
HSV(B) 34.23º 0.96% 0.66% -
XYZ 20.86 17.37 2.43 -
YUV 109.33 69.69 170.56 -
System Red Green Blue C M Y K H S L
Decimal 169 99 6 0 0.41 0.96 0.34 34.23 0.93 0.34
Hex A9 63 6 0 29 60 22 22 5D 22
Octal 251 143 6 0 51 140 42 42 135 42
Binary 10101001 1100011 110 0 101001 1100000 100010 100010 1011101 100010

Color Harmonies of #A96306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96306

Black with #A96306

Text Example


Text Example

White with #A96306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96306; }

 p { color: rgb(169,99,6); }

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

background-color css

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

 a { background-color: rgb(169,99,6); }

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

border-color css

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

 span { border-color: rgb(169,99,6); }

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