#9F670D

Color #9F670D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9F670D

Tints of Golden Brown #9F670D

Color information

#9F670D (or 0x9F670D) is unknown color: approx Golden Brown. HEX triplet: 9F, 67 and 0D. RGB value is (159,103,13). Sum of RGB (Red+Green+Blue) = 159+103+13=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F670D is #6098F2. Grayscale: #6D6D6D. Windows color (decimal): -6330611 or 878495. OLE color: 878495.

HSL color Cylindrical-coordinate representation of color #9F670D: hue angle of 36.99º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F670D is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB15910313-
CMYK00.350.920.38
HSL36.99º84.88%33.73%-
HSV(B)36.99º91.82%62.35%-
XYZ19.2217.12.67-
YUV109.4873.55163.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.82%
GREEN value IS 103 (40.62% from 255) = 37.45%
BLUE value IS 13 (5.47% from 255) = 4.73%
R=57.82%
G=37.45%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591031300.350.920.3836.9984.8833.73
Hex9F67D0235C26255522
Octal23714715043134464512542
Binary1001111111001111101010001110111001001101001011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F670D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F670D;
 }
 .AnyTagClassName
 {
   color: #9F670D;
 }
</style>
background-color css

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

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

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

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

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

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