Html Css Color HEX #9F671A Golden Brown

📋 copy color: '#9F671A'

red 159 ◦ green 103 ◦ blue 26

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

Shades of Golden Brown #9F671A

Tints of Golden Brown #9F671A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.76%

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

R = 55.21%
G = 35.76%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F671A (or 0x9F671A) is known color: Golden Brown. HEX triplet: 9F, 67 and 1A. RGB value is (159,103,26). Sum of RGB (Red+Green+Blue) = 159+103+26=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F671A is #6098E5. Grayscale: #6F6F6F. Windows color (decimal): -6330598 or 1730463. OLE color: 1730463.

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

Color convert

RGB 159 103 26 -
CMYK 0 0.35 0.84 0.38
HSL 34.74º 0.72% 0.36% -
HSV(B) 34.74º 0.84% 0.62% -
XYZ 19.33 17.15 3.27 -
YUV 110.97 80.05 162.26 -
System Red Green Blue C M Y K H S L
Decimal 159 103 26 0 0.35 0.84 0.38 34.74 0.72 0.36
Hex 9F 67 1A 0 23 54 26 23 48 24
Octal 237 147 32 0 43 124 46 43 110 44
Binary 10011111 1100111 11010 0 100011 1010100 100110 100011 1001000 100100

Color Harmonies of #9F671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F671A

Black with #9F671A

Text Example


Text Example

White with #9F671A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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