Html Css Color HEX #9F6422 Golden Brown

📋 copy color: '#9F6422'

red 159 ◦ green 100 ◦ blue 34

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

Shades of Golden Brown #9F6422

Tints of Golden Brown #9F6422

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

 BLUE value IS 34 (13.67% from 255) = 11.6%

R = 54.27%
G = 34.13%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F6422 (or 0x9F6422) is known color: Golden Brown. HEX triplet: 9F, 64 and 22. RGB value is (159,100,34). Sum of RGB (Red+Green+Blue) = 159+100+34=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6422 is #609BDD. Grayscale: #6E6E6E. Windows color (decimal): -6331358 or 2253983. OLE color: 2253983.

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

Color convert

RGB 159 100 34 -
CMYK 0 0.37 0.79 0.38
HSL 31.68º 0.65% 0.38% -
HSV(B) 31.68º 0.79% 0.62% -
XYZ 19.14 16.6 3.71 -
YUV 110.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 159 100 34 0 0.37 0.79 0.38 31.68 0.65 0.38
Hex 9F 64 22 0 25 4F 26 20 41 26
Octal 237 144 42 0 45 117 46 40 101 46
Binary 10011111 1100100 100010 0 100101 1001111 100110 100000 1000001 100110

Color Harmonies of #9F6422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6422

Black with #9F6422

Text Example


Text Example

White with #9F6422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,100,34); }

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

background-color css

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

 a { background-color: rgb(159,100,34); }

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

border-color css

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

 span { border-color: rgb(159,100,34); }

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