Html Css Color HEX #9F6521 Golden Brown

📋 copy color: '#9F6521'

red 159 ◦ green 101 ◦ blue 33

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

Shades of Golden Brown #9F6521

Tints of Golden Brown #9F6521

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.47%

 BLUE value IS 33 (13.28% from 255) = 11.26%

R = 54.27%
G = 34.47%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F6521 (or 0x9F6521) is known color: Golden Brown. HEX triplet: 9F, 65 and 21. RGB value is (159,101,33). Sum of RGB (Red+Green+Blue) = 159+101+33=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6521 is #609ADE. Grayscale: #6E6E6E. Windows color (decimal): -6331103 or 2188703. OLE color: 2188703.

HSL color Cylindrical-coordinate representation of color #9F6521: hue angle of 32.38º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F6521 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 101 33 -
CMYK 0 0.36 0.79 0.38
HSL 32.38º 0.66% 0.38% -
HSV(B) 32.38º 0.79% 0.62% -
XYZ 19.23 16.79 3.67 -
YUV 110.59 84.22 162.53 -
System Red Green Blue C M Y K H S L
Decimal 159 101 33 0 0.36 0.79 0.38 32.38 0.66 0.38
Hex 9F 65 21 0 24 4F 26 20 42 26
Octal 237 145 41 0 44 117 46 40 102 46
Binary 10011111 1100101 100001 0 100100 1001111 100110 100000 1000010 100110

Color Harmonies of #9F6521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6521

Black with #9F6521

Text Example


Text Example

White with #9F6521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,101,33); }

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

background-color css

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

 a { background-color: rgb(159,101,33); }

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

border-color css

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

 span { border-color: rgb(159,101,33); }

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