Html Css Color HEX #9B760B Golden Brown

📋 copy color: '#9B760B'

red 155 ◦ green 118 ◦ blue 11

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

Shades of Golden Brown #9B760B

Tints of Golden Brown #9B760B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.87%

R = 54.58%
G = 41.55%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#9B760B (or 0x9B760B) is known color: Golden Brown. HEX triplet: 9B, 76 and 0B. RGB value is (155,118,11). Sum of RGB (Red+Green+Blue) = 155+118+11=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B760B is #6489F4. Grayscale: #757575. Windows color (decimal): -6588917 or 751259. OLE color: 751259.

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

Color convert

RGB 155 118 11 -
CMYK 0 0.24 0.93 0.39
HSL 44.58º 0.87% 0.33% -
HSV(B) 44.58º 0.93% 0.61% -
XYZ 20.06 19.95 3.11 -
YUV 116.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 155 118 11 0 0.24 0.93 0.39 44.58 0.87 0.33
Hex 9B 76 B 0 18 5D 27 2D 57 21
Octal 233 166 13 0 30 135 47 55 127 41
Binary 10011011 1110110 1011 0 11000 1011101 100111 101101 1010111 100001

Color Harmonies of #9B760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B760B

Black with #9B760B

Text Example


Text Example

White with #9B760B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,118,11); }

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

background-color css

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

 a { background-color: rgb(155,118,11); }

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

border-color css

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

 span { border-color: rgb(155,118,11); }

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