Html Css Color HEX #9B7906 Golden Brown

📋 copy color: '#9B7906'

red 155 ◦ green 121 ◦ blue 6

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

Shades of Golden Brown #9B7906

Tints of Golden Brown #9B7906

RGB

 RED value IS 155 (60.94% from 255) = 54.96%

 GREEN value IS 121 (47.66% from 255) = 42.91%

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

R = 54.96%
G = 42.91%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#9B7906 (or 0x9B7906) is known color: Golden Brown. HEX triplet: 9B, 79 and 06. RGB value is (155,121,6). Sum of RGB (Red+Green+Blue) = 155+121+6=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7906 is #6486F9. Grayscale: #767676. Windows color (decimal): -6588154 or 424347. OLE color: 424347.

HSL color Cylindrical-coordinate representation of color #9B7906: hue angle of 46.31º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B7906 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 121 6 -
CMYK 0 0.22 0.96 0.39
HSL 46.31º 0.93% 0.32% -
HSV(B) 46.31º 0.96% 0.61% -
XYZ 20.39 20.66 3.08 -
YUV 118.06 64.76 154.35 -
System Red Green Blue C M Y K H S L
Decimal 155 121 6 0 0.22 0.96 0.39 46.31 0.93 0.32
Hex 9B 79 6 0 16 60 27 2E 5D 20
Octal 233 171 6 0 26 140 47 56 135 40
Binary 10011011 1111001 110 0 10110 1100000 100111 101110 1011101 100000

Color Harmonies of #9B7906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7906

Black with #9B7906

Text Example


Text Example

White with #9B7906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,121,6); }

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

background-color css

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

 a { background-color: rgb(155,121,6); }

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

border-color css

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

 span { border-color: rgb(155,121,6); }

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