Html Css Color HEX #9A6710 Golden Brown

📋 copy color: '#9A6710'

red 154 ◦ green 103 ◦ blue 16

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

Shades of Golden Brown #9A6710

Tints of Golden Brown #9A6710

RGB

 RED value IS 154 (60.55% from 255) = 56.41%

 GREEN value IS 103 (40.63% from 255) = 37.73%

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 56.41%
G = 37.73%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A6710 (or 0x9A6710) is known color: Golden Brown. HEX triplet: 9A, 67 and 10. RGB value is (154,103,16). Sum of RGB (Red+Green+Blue) = 154+103+16=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6710 is #6598EF. Grayscale: #6C6C6C. Windows color (decimal): -6658288 or 1075098. OLE color: 1075098.

HSL color Cylindrical-coordinate representation of color #9A6710: hue angle of 37.83º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A6710 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 103 16 -
CMYK 0 0.33 0.90 0.40
HSL 37.83º 0.81% 0.33% -
HSV(B) 37.83º 0.9% 0.6% -
XYZ 18.27 16.61 2.73 -
YUV 108.33 75.9 160.57 -
System Red Green Blue C M Y K H S L
Decimal 154 103 16 0 0.33 0.90 0.40 37.83 0.81 0.33
Hex 9A 67 10 0 21 5A 28 26 51 21
Octal 232 147 20 0 41 132 50 46 121 41
Binary 10011010 1100111 10000 0 100001 1011010 101000 100110 1010001 100001

Color Harmonies of #9A6710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6710

Black with #9A6710

Text Example


Text Example

White with #9A6710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A6710; }

 p { color: rgb(154,103,16); }

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

background-color css

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

 a { background-color: rgb(154,103,16); }

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

border-color css

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

 span { border-color: rgb(154,103,16); }

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