Html Css Color HEX #9F691F Golden Brown

📋 copy color: '#9F691F'

red 159 ◦ green 105 ◦ blue 31

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

Shades of Golden Brown #9F691F

Tints of Golden Brown #9F691F

RGB

 RED value IS 159 (62.5% from 255) = 53.9%

 GREEN value IS 105 (41.41% from 255) = 35.59%

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

R = 53.9%
G = 35.59%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F691F (or 0x9F691F) is known color: Golden Brown. HEX triplet: 9F, 69 and 1F. RGB value is (159,105,31). Sum of RGB (Red+Green+Blue) = 159+105+31=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F691F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F691F is #6096E0. Grayscale: #717171. Windows color (decimal): -6330081 or 2058655. OLE color: 2058655.

HSL color Cylindrical-coordinate representation of color #9F691F: hue angle of 34.69º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F691F is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 105 31 -
CMYK 0 0.34 0.81 0.38
HSL 34.69º 0.67% 0.37% -
HSV(B) 34.69º 0.81% 0.62% -
XYZ 19.6 17.57 3.66 -
YUV 112.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 159 105 31 0 0.34 0.81 0.38 34.69 0.67 0.37
Hex 9F 69 1F 0 22 51 26 23 43 25
Octal 237 151 37 0 42 121 46 43 103 45
Binary 10011111 1101001 11111 0 100010 1010001 100110 100011 1000011 100101

Color Harmonies of #9F691F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F691F

Black with #9F691F

Text Example


Text Example

White with #9F691F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,105,31); }

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

background-color css

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

 a { background-color: rgb(159,105,31); }

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

border-color css

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

 span { border-color: rgb(159,105,31); }

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