Html Css Color HEX #9B680E Golden Brown

📋 copy color: '#9B680E'

red 155 ◦ green 104 ◦ blue 14

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

Shades of Golden Brown #9B680E

Tints of Golden Brown #9B680E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.1%

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

R = 56.78%
G = 38.1%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9B680E (or 0x9B680E) is known color: Golden Brown. HEX triplet: 9B, 68 and 0E. RGB value is (155,104,14). Sum of RGB (Red+Green+Blue) = 155+104+14=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B680E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B680E is #6497F1. Grayscale: #6D6D6D. Windows color (decimal): -6592498 or 944283. OLE color: 944283.

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

Color convert

RGB 155 104 14 -
CMYK 0 0.33 0.91 0.39
HSL 38.3º 0.83% 0.33% -
HSV(B) 38.3º 0.91% 0.61% -
XYZ 18.55 16.9 2.7 -
YUV 108.99 74.4 160.82 -
System Red Green Blue C M Y K H S L
Decimal 155 104 14 0 0.33 0.91 0.39 38.3 0.83 0.33
Hex 9B 68 E 0 21 5B 27 26 53 21
Octal 233 150 16 0 41 133 47 46 123 41
Binary 10011011 1101000 1110 0 100001 1011011 100111 100110 1010011 100001

Color Harmonies of #9B680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B680E

Black with #9B680E

Text Example


Text Example

White with #9B680E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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