Html Css Color HEX #9A7608 Golden Brown

📋 copy color: '#9A7608'

red 154 ◦ green 118 ◦ blue 8

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

Shades of Golden Brown #9A7608

Tints of Golden Brown #9A7608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.14%

 BLUE value IS 8 (3.52% from 255) = 2.86%

R = 55%
G = 42.14%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#9A7608 (or 0x9A7608) is known color: Golden Brown. HEX triplet: 9A, 76 and 08. RGB value is (154,118,8). Sum of RGB (Red+Green+Blue) = 154+118+8=280 (37% of max value = 765). Red value is 154 (60.55% from 255 or 55% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7608 is #6589F7. Grayscale: #747474. Windows color (decimal): -6654456 or 554650. OLE color: 554650.

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

Color convert

RGB 154 118 8 -
CMYK 0 0.23 0.95 0.40
HSL 45.21º 0.9% 0.32% -
HSV(B) 45.21º 0.95% 0.6% -
XYZ 19.85 19.84 3.01 -
YUV 116.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 154 118 8 0 0.23 0.95 0.40 45.21 0.9 0.32
Hex 9A 76 8 0 17 5F 28 2D 5A 20
Octal 232 166 10 0 27 137 50 55 132 40
Binary 10011010 1110110 1000 0 10111 1011111 101000 101101 1011010 100000

Color Harmonies of #9A7608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7608

Black with #9A7608

Text Example


Text Example

White with #9A7608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,118,8); }

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

background-color css

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

 a { background-color: rgb(154,118,8); }

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

border-color css

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

 span { border-color: rgb(154,118,8); }

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