Html Css Color HEX #9F6321 Golden Brown

📋 copy color: '#9F6321'

red 159 ◦ green 99 ◦ blue 33

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

Shades of Golden Brown #9F6321

Tints of Golden Brown #9F6321

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.02%

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

R = 54.64%
G = 34.02%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F6321 (or 0x9F6321) is known color: Golden Brown. HEX triplet: 9F, 63 and 21. RGB value is (159,99,33). Sum of RGB (Red+Green+Blue) = 159+99+33=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6321 is #609CDE. Grayscale: #6D6D6D. Windows color (decimal): -6331615 or 2188191. OLE color: 2188191.

HSL color Cylindrical-coordinate representation of color #9F6321: hue angle of 31.43º 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 #9F6321 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 99 33 -
CMYK 0 0.38 0.79 0.38
HSL 31.43º 0.66% 0.38% -
HSV(B) 31.43º 0.79% 0.62% -
XYZ 19.03 16.4 3.6 -
YUV 109.42 84.88 163.37 -
System Red Green Blue C M Y K H S L
Decimal 159 99 33 0 0.38 0.79 0.38 31.43 0.66 0.38
Hex 9F 63 21 0 26 4F 26 1F 42 26
Octal 237 143 41 0 46 117 46 37 102 46
Binary 10011111 1100011 100001 0 100110 1001111 100110 11111 1000010 100110

Color Harmonies of #9F6321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6321

Black with #9F6321

Text Example


Text Example

White with #9F6321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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