Html Css Color HEX #9B7601 Golden Brown

📋 copy color: '#9B7601'

red 155 ◦ green 118 ◦ blue 1

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

Shades of Golden Brown #9B7601

Tints of Golden Brown #9B7601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 56.57%
G = 43.07%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B7601 (or 0x9B7601) is known color: Golden Brown. HEX triplet: 9B, 76 and 01. RGB value is (155,118,1). Sum of RGB (Red+Green+Blue) = 155+118+1=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7601 is #6489FE. Grayscale: #747474. Windows color (decimal): -6588927 or 95899. OLE color: 95899.

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

Color convert

RGB 155 118 1 -
CMYK 0 0.24 0.99 0.39
HSL 45.58º 0.99% 0.31% -
HSV(B) 45.58º 0.99% 0.61% -
XYZ 20 19.93 2.82 -
YUV 115.73 63.26 156.01 -
System Red Green Blue C M Y K H S L
Decimal 155 118 1 0 0.24 0.99 0.39 45.58 0.99 0.31
Hex 9B 76 1 0 18 63 27 2E 63 1F
Octal 233 166 1 0 30 143 47 56 143 37
Binary 10011011 1110110 1 0 11000 1100011 100111 101110 1100011 11111

Color Harmonies of #9B7601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7601

Black with #9B7601

Text Example


Text Example

White with #9B7601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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