#AF6106

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

Shades of Golden Brown #AF6106

Tints of Golden Brown #AF6106

Color information

#AF6106 (or 0xAF6106) is unknown color: approx Golden Brown. HEX triplet: AF, 61 and 06. RGB value is (175,97,6). Sum of RGB (Red+Green+Blue) = 175+97+6=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6106 is #509EF9. Grayscale: #6E6E6E. Windows color (decimal): -5283578 or 418223. OLE color: 418223.

HSL color Cylindrical-coordinate representation of color #AF6106: hue angle of 32.31º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF6106 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB175976-
CMYK00.450.970.31
HSL32.31º93.37%35.49%-
HSV(B)32.31º96.57%68.63%-
XYZ21.9917.682.43-
YUV109.9569.34174.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.95%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 6 (2.73% from 255) = 2.16%
R=62.95%
G=34.89%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17597600.450.970.3132.3193.3735.49
HexAF61602D611F205d23
Octal2571416055141374013543
Binary10101111110000111001011011100001111111000001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6106; }

 p { color: rgb(175,97,6); }

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

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

 a { background-color: rgb(175,97,6); }

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

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

 span { border-color: rgb(175,97,6); }

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