Html Css Color HEX #9B6E08 Golden Brown

📋 copy color: '#9B6E08'

red 155 ◦ green 110 ◦ blue 8

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

Shades of Golden Brown #9B6E08

Tints of Golden Brown #9B6E08

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.29%

 BLUE value IS 8 (3.52% from 255) = 2.93%

R = 56.78%
G = 40.29%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9B6E08 (or 0x9B6E08) is known color: Golden Brown. HEX triplet: 9B, 6E and 08. RGB value is (155,110,8). Sum of RGB (Red+Green+Blue) = 155+110+8=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6E08 is #6491F7. Grayscale: #707070. Windows color (decimal): -6590968 or 552603. OLE color: 552603.

HSL color Cylindrical-coordinate representation of color #9B6E08: hue angle of 41.63º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B6E08 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 110 8 -
CMYK 0 0.29 0.95 0.39
HSL 41.63º 0.9% 0.32% -
HSV(B) 41.63º 0.95% 0.61% -
XYZ 19.14 18.14 2.72 -
YUV 111.83 69.41 158.79 -
System Red Green Blue C M Y K H S L
Decimal 155 110 8 0 0.29 0.95 0.39 41.63 0.9 0.32
Hex 9B 6E 8 0 1D 5F 27 2A 5A 20
Octal 233 156 10 0 35 137 47 52 132 40
Binary 10011011 1101110 1000 0 11101 1011111 100111 101010 1011010 100000

Color Harmonies of #9B6E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E08

Black with #9B6E08

Text Example


Text Example

White with #9B6E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,110,8); }

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

background-color css

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

 a { background-color: rgb(155,110,8); }

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

border-color css

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

 span { border-color: rgb(155,110,8); }

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