Html Css Color HEX #9B6713 Golden Brown

📋 copy color: '#9B6713'

red 155 ◦ green 103 ◦ blue 19

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

Shades of Golden Brown #9B6713

Tints of Golden Brown #9B6713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.18%

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

R = 55.96%
G = 37.18%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B6713 (or 0x9B6713) is known color: Golden Brown. HEX triplet: 9B, 67 and 13. RGB value is (155,103,19). Sum of RGB (Red+Green+Blue) = 155+103+19=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6713 is #6498EC. Grayscale: #6D6D6D. Windows color (decimal): -6592749 or 1271707. OLE color: 1271707.

HSL color Cylindrical-coordinate representation of color #9B6713: hue angle of 37.06º 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 #9B6713 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 103 19 -
CMYK 0 0.34 0.88 0.39
HSL 37.06º 0.78% 0.34% -
HSV(B) 37.06º 0.88% 0.61% -
XYZ 18.49 16.72 2.87 -
YUV 108.97 77.23 160.83 -
System Red Green Blue C M Y K H S L
Decimal 155 103 19 0 0.34 0.88 0.39 37.06 0.78 0.34
Hex 9B 67 13 0 22 58 27 25 4E 22
Octal 233 147 23 0 42 130 47 45 116 42
Binary 10011011 1100111 10011 0 100010 1011000 100111 100101 1001110 100010

Color Harmonies of #9B6713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6713

Black with #9B6713

Text Example


Text Example

White with #9B6713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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