Html Css Color HEX #9B6722 Golden Brown

📋 copy color: '#9B6722'

red 155 ◦ green 103 ◦ blue 34

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

Shades of Golden Brown #9B6722

Tints of Golden Brown #9B6722

RGB

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

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

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

R = 53.08%
G = 35.27%
B = 11.64%

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

#9B6722 (or 0x9B6722) is known color: Golden Brown. HEX triplet: 9B, 67 and 22. RGB value is (155,103,34). Sum of RGB (Red+Green+Blue) = 155+103+34=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6722 is #6498DD. Grayscale: #6F6F6F. Windows color (decimal): -6592734 or 2254747. OLE color: 2254747.

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

Color convert

RGB 155 103 34 -
CMYK 0 0.34 0.78 0.39
HSL 34.21º 0.64% 0.37% -
HSV(B) 34.21º 0.78% 0.61% -
XYZ 18.66 16.78 3.77 -
YUV 110.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 155 103 34 0 0.34 0.78 0.39 34.21 0.64 0.37
Hex 9B 67 22 0 22 4E 27 22 40 25
Octal 233 147 42 0 42 116 47 42 100 45
Binary 10011011 1100111 100010 0 100010 1001110 100111 100010 1000000 100101

Color Harmonies of #9B6722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6722

Black with #9B6722

Text Example


Text Example

White with #9B6722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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