Html Css Color HEX #AF6706 Golden Brown

📋 copy color: '#AF6706'

red 175 ◦ green 103 ◦ blue 6

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

Shades of Golden Brown #AF6706

Tints of Golden Brown #AF6706

RGB

 RED value IS 175 (68.75% from 255) = 61.62%

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

 BLUE value IS 6 (2.73% from 255) = 2.11%

R = 61.62%
G = 36.27%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF6706 (or 0xAF6706) is known color: Golden Brown. HEX triplet: AF, 67 and 06. RGB value is (175,103,6). Sum of RGB (Red+Green+Blue) = 175+103+6=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6706 is #5098F9. Grayscale: #717171. Windows color (decimal): -5282042 or 419759. OLE color: 419759.

HSL color Cylindrical-coordinate representation of color #AF6706: hue angle of 34.44º 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 #AF6706 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 103 6 -
CMYK 0 0.41 0.97 0.31
HSL 34.44º 0.93% 0.35% -
HSV(B) 34.44º 0.97% 0.69% -
XYZ 22.56 18.83 2.62 -
YUV 113.47 67.35 171.89 -
System Red Green Blue C M Y K H S L
Decimal 175 103 6 0 0.41 0.97 0.31 34.44 0.93 0.35
Hex AF 67 6 0 29 61 1F 22 5D 23
Octal 257 147 6 0 51 141 37 42 135 43
Binary 10101111 1100111 110 0 101001 1100001 11111 100010 1011101 100011

Color Harmonies of #AF6706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6706

Black with #AF6706

Text Example


Text Example

White with #AF6706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6706; }

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

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

background-color css

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

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

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

border-color css

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

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

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