Html Css Color HEX #9B6813 Golden Brown

📋 copy color: '#9B6813'

red 155 ◦ green 104 ◦ blue 19

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

Shades of Golden Brown #9B6813

Tints of Golden Brown #9B6813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.41%

 BLUE value IS 19 (7.81% from 255) = 6.83%

R = 55.76%
G = 37.41%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B6813 (or 0x9B6813) is known color: Golden Brown. HEX triplet: 9B, 68 and 13. RGB value is (155,104,19). Sum of RGB (Red+Green+Blue) = 155+104+19=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6813 is #6497EC. Grayscale: #6D6D6D. Windows color (decimal): -6592493 or 1271963. OLE color: 1271963.

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

Color convert

RGB 155 104 19 -
CMYK 0 0.33 0.88 0.39
HSL 37.5º 0.78% 0.34% -
HSV(B) 37.5º 0.88% 0.61% -
XYZ 18.59 16.92 2.9 -
YUV 109.56 76.9 160.41 -
System Red Green Blue C M Y K H S L
Decimal 155 104 19 0 0.33 0.88 0.39 37.5 0.78 0.34
Hex 9B 68 13 0 21 58 27 26 4E 22
Octal 233 150 23 0 41 130 47 46 116 42
Binary 10011011 1101000 10011 0 100001 1011000 100111 100110 1001110 100010

Color Harmonies of #9B6813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6813

Black with #9B6813

Text Example


Text Example

White with #9B6813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,104,19); }

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

background-color css

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

 a { background-color: rgb(155,104,19); }

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

border-color css

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

 span { border-color: rgb(155,104,19); }

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