Html Css Color HEX #9F601A Golden Brown

📋 copy color: '#9F601A'

red 159 ◦ green 96 ◦ blue 26

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

Shades of Golden Brown #9F601A

Tints of Golden Brown #9F601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.16%

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

R = 56.58%
G = 34.16%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F601A (or 0x9F601A) is known color: Golden Brown. HEX triplet: 9F, 60 and 1A. RGB value is (159,96,26). Sum of RGB (Red+Green+Blue) = 159+96+26=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F601A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F601A is #609FE5. Grayscale: #6B6B6B. Windows color (decimal): -6332390 or 1728671. OLE color: 1728671.

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

Color convert

RGB 159 96 26 -
CMYK 0 0.40 0.84 0.38
HSL 31.58º 0.72% 0.36% -
HSV(B) 31.58º 0.84% 0.62% -
XYZ 18.67 15.81 3.05 -
YUV 106.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 159 96 26 0 0.40 0.84 0.38 31.58 0.72 0.36
Hex 9F 60 1A 0 28 54 26 20 48 24
Octal 237 140 32 0 50 124 46 40 110 44
Binary 10011111 1100000 11010 0 101000 1010100 100110 100000 1001000 100100

Color Harmonies of #9F601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F601A

Black with #9F601A

Text Example


Text Example

White with #9F601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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