Html Css Color HEX #9B6A0E Golden Brown

📋 copy color: '#9B6A0E'

red 155 ◦ green 106 ◦ blue 14

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

Shades of Golden Brown #9B6A0E

Tints of Golden Brown #9B6A0E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.55%

 BLUE value IS 14 (5.86% from 255) = 5.09%

R = 56.36%
G = 38.55%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9B6A0E (or 0x9B6A0E) is known color: Golden Brown. HEX triplet: 9B, 6A and 0E. RGB value is (155,106,14). Sum of RGB (Red+Green+Blue) = 155+106+14=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6A0E is #6495F1. Grayscale: #6E6E6E. Windows color (decimal): -6591986 or 944795. OLE color: 944795.

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

Color convert

RGB 155 106 14 -
CMYK 0 0.32 0.91 0.39
HSL 39.15º 0.83% 0.33% -
HSV(B) 39.15º 0.91% 0.61% -
XYZ 18.75 17.31 2.77 -
YUV 110.16 73.73 159.98 -
System Red Green Blue C M Y K H S L
Decimal 155 106 14 0 0.32 0.91 0.39 39.15 0.83 0.33
Hex 9B 6A E 0 20 5B 27 27 53 21
Octal 233 152 16 0 40 133 47 47 123 41
Binary 10011011 1101010 1110 0 100000 1011011 100111 100111 1010011 100001

Color Harmonies of #9B6A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6A0E

Black with #9B6A0E

Text Example


Text Example

White with #9B6A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,106,14); }

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

background-color css

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

 a { background-color: rgb(155,106,14); }

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

border-color css

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

 span { border-color: rgb(155,106,14); }

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