Html Css Color HEX #9B680A Golden Brown

📋 copy color: '#9B680A'

red 155 ◦ green 104 ◦ blue 10

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

Shades of Golden Brown #9B680A

Tints of Golden Brown #9B680A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.72%

R = 57.62%
G = 38.66%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B680A (or 0x9B680A) is known color: Golden Brown. HEX triplet: 9B, 68 and 0A. RGB value is (155,104,10). Sum of RGB (Red+Green+Blue) = 155+104+10=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B680A is #6497F5. Grayscale: #6C6C6C. Windows color (decimal): -6592502 or 682139. OLE color: 682139.

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

Color convert

RGB 155 104 10 -
CMYK 0 0.33 0.94 0.39
HSL 38.9º 0.88% 0.32% -
HSV(B) 38.9º 0.94% 0.61% -
XYZ 18.52 16.89 2.57 -
YUV 108.53 72.4 161.14 -
System Red Green Blue C M Y K H S L
Decimal 155 104 10 0 0.33 0.94 0.39 38.9 0.88 0.32
Hex 9B 68 A 0 21 5E 27 27 58 20
Octal 233 150 12 0 41 136 47 47 130 40
Binary 10011011 1101000 1010 0 100001 1011110 100111 100111 1011000 100000

Color Harmonies of #9B680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B680A

Black with #9B680A

Text Example


Text Example

White with #9B680A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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