Html Css Color HEX #9B6F0E Golden Brown

📋 copy color: '#9B6F0E'

red 155 ◦ green 111 ◦ blue 14

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

Shades of Golden Brown #9B6F0E

Tints of Golden Brown #9B6F0E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.64%

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

R = 55.36%
G = 39.64%
B = 5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9B6F0E (or 0x9B6F0E) is known color: Golden Brown. HEX triplet: 9B, 6F and 0E. RGB value is (155,111,14). Sum of RGB (Red+Green+Blue) = 155+111+14=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6F0E is #6490F1. Grayscale: #717171. Windows color (decimal): -6590706 or 946075. OLE color: 946075.

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

Color convert

RGB 155 111 14 -
CMYK 0 0.28 0.91 0.39
HSL 41.28º 0.83% 0.33% -
HSV(B) 41.28º 0.91% 0.61% -
XYZ 19.28 18.37 2.94 -
YUV 113.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 155 111 14 0 0.28 0.91 0.39 41.28 0.83 0.33
Hex 9B 6F E 0 1C 5B 27 29 53 21
Octal 233 157 16 0 34 133 47 51 123 41
Binary 10011011 1101111 1110 0 11100 1011011 100111 101001 1010011 100001

Color Harmonies of #9B6F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6F0E

Black with #9B6F0E

Text Example


Text Example

White with #9B6F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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