Html Css Color HEX #9B6217 Golden Brown

📋 copy color: '#9B6217'

red 155 ◦ green 98 ◦ blue 23

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

Shades of Golden Brown #9B6217

Tints of Golden Brown #9B6217

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.51%

 BLUE value IS 23 (9.38% from 255) = 8.33%

R = 56.16%
G = 35.51%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B6217 (or 0x9B6217) is known color: Golden Brown. HEX triplet: 9B, 62 and 17. RGB value is (155,98,23). Sum of RGB (Red+Green+Blue) = 155+98+23=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6217 is #649DE8. Grayscale: #6A6A6A. Windows color (decimal): -6594025 or 1532571. OLE color: 1532571.

HSL color Cylindrical-coordinate representation of color #9B6217: hue angle of 34.09º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B6217 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 98 23 -
CMYK 0 0.37 0.85 0.39
HSL 34.09º 0.74% 0.35% -
HSV(B) 34.09º 0.85% 0.61% -
XYZ 18.04 15.77 2.9 -
YUV 106.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 155 98 23 0 0.37 0.85 0.39 34.09 0.74 0.35
Hex 9B 62 17 0 25 55 27 22 4A 23
Octal 233 142 27 0 45 125 47 42 112 43
Binary 10011011 1100010 10111 0 100101 1010101 100111 100010 1001010 100011

Color Harmonies of #9B6217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6217

Black with #9B6217

Text Example


Text Example

White with #9B6217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,98,23); }

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

background-color css

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

 a { background-color: rgb(155,98,23); }

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

border-color css

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

 span { border-color: rgb(155,98,23); }

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