Html Css Color HEX #9F611A Golden Brown

📋 copy color: '#9F611A'

red 159 ◦ green 97 ◦ blue 26

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

Shades of Golden Brown #9F611A

Tints of Golden Brown #9F611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.4%

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

R = 56.38%
G = 34.4%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F611A (or 0x9F611A) is known color: Golden Brown. HEX triplet: 9F, 61 and 1A. RGB value is (159,97,26). Sum of RGB (Red+Green+Blue) = 159+97+26=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F611A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F611A is #609EE5. Grayscale: #6B6B6B. Windows color (decimal): -6332134 or 1728927. OLE color: 1728927.

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

Color convert

RGB 159 97 26 -
CMYK 0 0.39 0.84 0.38
HSL 32.03º 0.72% 0.36% -
HSV(B) 32.03º 0.84% 0.62% -
XYZ 18.76 15.99 3.08 -
YUV 107.44 82.04 164.77 -
System Red Green Blue C M Y K H S L
Decimal 159 97 26 0 0.39 0.84 0.38 32.03 0.72 0.36
Hex 9F 61 1A 0 27 54 26 20 48 24
Octal 237 141 32 0 47 124 46 40 110 44
Binary 10011111 1100001 11010 0 100111 1010100 100110 100000 1001000 100100

Color Harmonies of #9F611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F611A

Black with #9F611A

Text Example


Text Example

White with #9F611A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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