Html Css Color HEX #9B6622 Golden Brown

📋 copy color: '#9B6622'

red 155 ◦ green 102 ◦ blue 34

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

Shades of Golden Brown #9B6622

Tints of Golden Brown #9B6622

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.05%

 BLUE value IS 34 (13.67% from 255) = 11.68%

R = 53.26%
G = 35.05%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9B6622 (or 0x9B6622) is known color: Golden Brown. HEX triplet: 9B, 66 and 22. RGB value is (155,102,34). Sum of RGB (Red+Green+Blue) = 155+102+34=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6622 is #6499DD. Grayscale: #6E6E6E. Windows color (decimal): -6592990 or 2254491. OLE color: 2254491.

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

Color convert

RGB 155 102 34 -
CMYK 0 0.34 0.78 0.39
HSL 33.72º 0.64% 0.37% -
HSV(B) 33.72º 0.78% 0.61% -
XYZ 18.56 16.59 3.74 -
YUV 110.1 85.06 160.03 -
System Red Green Blue C M Y K H S L
Decimal 155 102 34 0 0.34 0.78 0.39 33.72 0.64 0.37
Hex 9B 66 22 0 22 4E 27 22 40 25
Octal 233 146 42 0 42 116 47 42 100 45
Binary 10011011 1100110 100010 0 100010 1001110 100111 100010 1000000 100101

Color Harmonies of #9B6622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6622

Black with #9B6622

Text Example


Text Example

White with #9B6622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,102,34); }

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

background-color css

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

 a { background-color: rgb(155,102,34); }

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

border-color css

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

 span { border-color: rgb(155,102,34); }

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