Html Css Color HEX #9F641A Golden Brown

📋 copy color: '#9F641A'

red 159 ◦ green 100 ◦ blue 26

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

Shades of Golden Brown #9F641A

Tints of Golden Brown #9F641A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.12%

R = 55.79%
G = 35.09%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F641A (or 0x9F641A) is known color: Golden Brown. HEX triplet: 9F, 64 and 1A. RGB value is (159,100,26). Sum of RGB (Red+Green+Blue) = 159+100+26=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F641A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F641A is #609BE5. Grayscale: #6D6D6D. Windows color (decimal): -6331366 or 1729695. OLE color: 1729695.

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

Color convert

RGB 159 100 26 -
CMYK 0 0.37 0.84 0.38
HSL 33.38º 0.72% 0.36% -
HSV(B) 33.38º 0.84% 0.62% -
XYZ 19.04 16.56 3.17 -
YUV 109.21 81.05 163.52 -
System Red Green Blue C M Y K H S L
Decimal 159 100 26 0 0.37 0.84 0.38 33.38 0.72 0.36
Hex 9F 64 1A 0 25 54 26 21 48 24
Octal 237 144 32 0 45 124 46 41 110 44
Binary 10011111 1100100 11010 0 100101 1010100 100110 100001 1001000 100100

Color Harmonies of #9F641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F641A

Black with #9F641A

Text Example


Text Example

White with #9F641A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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