Html Css Color HEX #9B690B Golden Brown

📋 copy color: '#9B690B'

red 155 ◦ green 105 ◦ blue 11

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

Shades of Golden Brown #9B690B

Tints of Golden Brown #9B690B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.75%

 BLUE value IS 11 (4.69% from 255) = 4.06%

R = 57.2%
G = 38.75%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#9B690B (or 0x9B690B) is known color: Golden Brown. HEX triplet: 9B, 69 and 0B. RGB value is (155,105,11). Sum of RGB (Red+Green+Blue) = 155+105+11=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B690B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B690B is #6496F4. Grayscale: #6D6D6D. Windows color (decimal): -6592245 or 747931. OLE color: 747931.

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

Color convert

RGB 155 105 11 -
CMYK 0 0.32 0.93 0.39
HSL 39.17º 0.87% 0.33% -
HSV(B) 39.17º 0.93% 0.61% -
XYZ 18.63 17.1 2.63 -
YUV 109.23 72.57 160.64 -
System Red Green Blue C M Y K H S L
Decimal 155 105 11 0 0.32 0.93 0.39 39.17 0.87 0.33
Hex 9B 69 B 0 20 5D 27 27 57 21
Octal 233 151 13 0 40 135 47 47 127 41
Binary 10011011 1101001 1011 0 100000 1011101 100111 100111 1010111 100001

Color Harmonies of #9B690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B690B

Black with #9B690B

Text Example


Text Example

White with #9B690B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,105,11); }

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

background-color css

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

 a { background-color: rgb(155,105,11); }

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

border-color css

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

 span { border-color: rgb(155,105,11); }

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