Html Css Color HEX #9B6719 Golden Brown

📋 copy color: '#9B6719'

red 155 ◦ green 103 ◦ blue 25

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

Shades of Golden Brown #9B6719

Tints of Golden Brown #9B6719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.83%

R = 54.77%
G = 36.4%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9B6719 (or 0x9B6719) is known color: Golden Brown. HEX triplet: 9B, 67 and 19. RGB value is (155,103,25). Sum of RGB (Red+Green+Blue) = 155+103+25=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6719 is #6498E6. Grayscale: #6E6E6E. Windows color (decimal): -6592743 or 1664923. OLE color: 1664923.

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

Color convert

RGB 155 103 25 -
CMYK 0 0.34 0.84 0.39
HSL 36º 0.72% 0.35% -
HSV(B) 36º 0.84% 0.61% -
XYZ 18.54 16.74 3.17 -
YUV 109.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 155 103 25 0 0.34 0.84 0.39 36 0.72 0.35
Hex 9B 67 19 0 22 54 27 24 48 23
Octal 233 147 31 0 42 124 47 44 110 43
Binary 10011011 1100111 11001 0 100010 1010100 100111 100100 1001000 100011

Color Harmonies of #9B6719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6719

Black with #9B6719

Text Example


Text Example

White with #9B6719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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