Html Css Color HEX #9B681F Golden Brown

📋 copy color: '#9B681F'

red 155 ◦ green 104 ◦ blue 31

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

Shades of Golden Brown #9B681F

Tints of Golden Brown #9B681F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.69%

R = 53.45%
G = 35.86%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B681F (or 0x9B681F) is known color: Golden Brown. HEX triplet: 9B, 68 and 1F. RGB value is (155,104,31). Sum of RGB (Red+Green+Blue) = 155+104+31=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B681F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B681F is #6497E0. Grayscale: #6F6F6F. Windows color (decimal): -6592481 or 2058395. OLE color: 2058395.

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

Color convert

RGB 155 104 31 -
CMYK 0 0.33 0.8 0.39
HSL 35.32º 0.67% 0.36% -
HSV(B) 35.32º 0.8% 0.61% -
XYZ 18.72 16.97 3.59 -
YUV 110.93 82.9 159.44 -
System Red Green Blue C M Y K H S L
Decimal 155 104 31 0 0.33 0.8 0.39 35.32 0.67 0.36
Hex 9B 68 1F 0 21 50 27 23 43 24
Octal 233 150 37 0 41 120 47 43 103 44
Binary 10011011 1101000 11111 0 100001 1010000 100111 100011 1000011 100100

Color Harmonies of #9B681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B681F

Black with #9B681F

Text Example


Text Example

White with #9B681F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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